configure: Do not require stat to be of GNU coreutils
authorTitus von Boxberg <titus@v9g.de>
Mon May 17 11:29:26 2010 +0200 (2010-05-17)
changeset 19570b638721bff2
parent 1956 79de82f5843d
child 1958 b9ffc1ef43df
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.
configure
     1.1 --- a/configure	Wed May 19 18:22:32 2010 +0200
     1.2 +++ b/configure	Mon May 17 11:29:26 2010 +0200
     1.3 @@ -356,7 +356,7 @@
     1.4  has_or_abort prog=libtool                                                                           \
     1.5               ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)'   \
     1.6               err="'libtool' 1.5.26 or above was not found"
     1.7 -has_or_abort prog=stat ver='GNU coreutils'
     1.8 +has_or_abort prog=stat
     1.9  has_or_abort prog="aria2c curl wget"
    1.10  has_or_abort prog=cvs
    1.11  has_or_abort prog=patch