# HG changeset patch # User Titus von Boxberg # Date 1274088566 -7200 # Node ID 0b638721bff27ee5726a326392e4457f10f655b4 # Parent 79de82f5843d2d78aa80a090eb286aa58804a600 configure: Do not require stat to be of GNU coreutils calls to stat have been made portable, thus it is not necessary that the GNU version is present on the user's system. diff -r 79de82f5843d -r 0b638721bff2 configure --- a/configure Wed May 19 18:22:32 2010 +0200 +++ b/configure Mon May 17 11:29:26 2010 +0200 @@ -356,7 +356,7 @@ has_or_abort prog=libtool \ ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \ err="'libtool' 1.5.26 or above was not found" -has_or_abort prog=stat ver='GNU coreutils' +has_or_abort prog=stat has_or_abort prog="aria2c curl wget" has_or_abort prog=cvs has_or_abort prog=patch