mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
parent
b8ece629f1
commit
20c76af3ae
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user