mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-04 00:30:52 +00:00
configre: properly check for libtoolize
Fix a copy-n-paste typo, where the libtoolize check would re-run the libtool check. Signed-off-by: Johannes Stezenbach <js@sig21.net>
This commit is contained in:
parent
f173e77e32
commit
067467bb18
@ -203,7 +203,7 @@ AC_CACHE_VAL([ac_cv_path_LIBTOOLIZE],
|
|||||||
[Specify the full PATH to GNU libtoolize >= 1.5.26]),
|
[Specify the full PATH to GNU libtoolize >= 1.5.26]),
|
||||||
[ac_cv_path_LIBTOOLIZE=$withval])])
|
[ac_cv_path_LIBTOOLIZE=$withval])])
|
||||||
AC_CACHE_CHECK([for GNU libtoolize >= 1.5.26], [ac_cv_path_LIBTOOLIZE],
|
AC_CACHE_CHECK([for GNU libtoolize >= 1.5.26], [ac_cv_path_LIBTOOLIZE],
|
||||||
[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool],
|
[AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize],
|
||||||
[[LIBTOOLIZE_ver=$($ac_path_LIBTOOLIZE --version 2>&1 \
|
[[LIBTOOLIZE_ver=$($ac_path_LIBTOOLIZE --version 2>&1 \
|
||||||
|$EGREP '\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)')
|
|$EGREP '\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)')
|
||||||
test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=:]],
|
test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=:]],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user