mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 12:14:06 +02:00
Fix GNU sedism (#55430)
Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com> * autogen.sh (have_libtool): Fix GNU sedism (#55430)
This commit is contained in:
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -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>
|
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
* tests/Makefile.am, tests/qsort-test.c: Add test case for the
|
||||||
|
@@ -14,7 +14,7 @@ DIE=0
|
|||||||
|
|
||||||
have_libtool=false
|
have_libtool=false
|
||||||
if libtool --version < /dev/null > /dev/null 2>&1 ; then
|
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
|
case $libtool_version in
|
||||||
1.4*)
|
1.4*)
|
||||||
have_libtool=true
|
have_libtool=true
|
||||||
|
Reference in New Issue
Block a user