mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
Still need to check for libtool presence
... as kconfig depends on it. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
616870f619
commit
2a749b6923
@ -173,14 +173,14 @@ CTNG_PROG_VERSION_REQ_ANY([MAKE],
|
||||
[make_3_81_or_newer])
|
||||
|
||||
# Check other companion tools that we may or may not build.
|
||||
CTNG_PROG_VERSION([LIBTOOL],
|
||||
CTNG_PROG_VERSION_REQ_ANY([LIBTOOL],
|
||||
[GNU libtool >= 2.4],
|
||||
[libtool],
|
||||
[glibtool libtool],
|
||||
[\(GNU libtool\) ([3-9]\.|2.[4-9]|2.[1-3][0-9])],
|
||||
[libtool_2_4_or_newer])
|
||||
|
||||
CTNG_PROG_VERSION([LIBTOOLIZE],
|
||||
CTNG_PROG_VERSION_REQ_ANY([LIBTOOLIZE],
|
||||
[GNU libtoolize >= 2.4],
|
||||
[libtoolize],
|
||||
[glibtoolize libtoolize],
|
||||
|
Loading…
Reference in New Issue
Block a user