Fix GNU sedism (#55430)
authorOwen Taylor <otaylor@redhat.com>
Tue, 29 May 2001 22:19:46 +0000 (22:19 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 29 May 2001 22:19:46 +0000 (22:19 +0000)
Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>

* autogen.sh (have_libtool): Fix GNU sedism (#55430)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
autogen.sh

index a47b81f..5e290d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index a47b81f..5e290d6 100644 (file)
@@ -1,3 +1,7 @@
+Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * autogen.sh (have_libtool): Fix GNU sedism
+
 2001-05-29  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * tests/Makefile.am, tests/qsort-test.c: Add test case for the
index 8e79c21..e9ac688 100755 (executable)
@@ -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.]\+\).*/\1/'`
+       libtool_version=`libtoolize --version |  libtoolize --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
        case $libtool_version in
            1.4*)
                have_libtool=true