diff options
author | Alexey Neyman <stilor@att.net> | 2018-11-09 16:31:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 16:31:29 -0800 |
commit | 411589ead0cf9c6c85da40016eddd0fe19171401 (patch) | |
tree | dc630ea746572aef952b53ea78b6da17535dbc24 | |
parent | 616870f619ab97c31466c71b37ca07978dc9ed65 (diff) | |
parent | 2a749b69236355d9a2d27ad25290ab19e3a2236e (diff) | |
download | crosstool-ng-411589ead0cf9c6c85da40016eddd0fe19171401.tar.gz crosstool-ng-411589ead0cf9c6c85da40016eddd0fe19171401.tar.bz2 crosstool-ng-411589ead0cf9c6c85da40016eddd0fe19171401.zip |
Merge pull request #1092 from stilor/check-libtool
Still need to check for libtool presence
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 27d96b95..979e131d 100644 --- a/configure.ac +++ b/configure.ac @@ -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], |