mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
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.
This commit is contained in:
parent
47af4ebf45
commit
5417e0f79c
2
configure
vendored
2
configure
vendored
@ -356,7 +356,7 @@ has_or_abort prog=automake
|
|||||||
has_or_abort prog=libtool \
|
has_or_abort prog=libtool \
|
||||||
ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \
|
ver='\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)' \
|
||||||
err="'libtool' 1.5.26 or above was not found"
|
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="aria2c curl wget"
|
||||||
has_or_abort prog=cvs
|
has_or_abort prog=cvs
|
||||||
has_or_abort prog=patch
|
has_or_abort prog=patch
|
||||||
|
Loading…
Reference in New Issue
Block a user