diff options
author | Keith Packard <keithp@keithp.com> | 2003-03-20 01:59:28 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-03-20 01:59:28 +0000 |
commit | 3fbd50e48679c15c24400aaa78c6cd266317a784 (patch) | |
tree | 9982bf667b567e03c842dd83d5e0436f72d66d7f | |
parent | 1b16ef20c9c7dd5c3e861a392e886cbe6c046306 (diff) |
bogus libtoolize --version | libtoolize --version
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ DIE=0 have_libtool=false if libtool --version < /dev/null > /dev/null 2>&1 ; then - libtool_version=`libtoolize --version | libtoolize --version | sed 's/^[^0-9]*\([0-9].[0-9.]*\).*/\1/'` + libtool_version=`libtoolize --version | sed 's/^[^0-9]*\([0-9].[0-9.]*\).*/\1/'` case $libtool_version in 1.4*|1.5*) have_libtool=true |