mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
With libtool 2.x, regenerate libtool early. Based on bug 552107, patch by
2008-10-10 Behdad Esfahbod <behdad@gnome.org> * configure.in: With libtool 2.x, regenerate libtool early. Based on bug 552107, patch by Patryk Zawadzki svn path=/trunk/; revision=7592
This commit is contained in:
parent
84eabd3d59
commit
644ac7fe14
@ -1,3 +1,8 @@
|
|||||||
|
2008-10-10 Behdad Esfahbod <behdad@gnome.org>
|
||||||
|
|
||||||
|
* configure.in: With libtool 2.x, regenerate libtool early.
|
||||||
|
Based on bug 552107, patch by Patryk Zawadzki
|
||||||
|
|
||||||
2008-10-10 Matthias Clasen <mclasen@redhat.com>
|
2008-10-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 554557 – Patch to fix gcc warnings about missing format
|
Bug 554557 – Patch to fix gcc warnings about missing format
|
||||||
|
@ -490,6 +490,9 @@ dnl Initialize libtool
|
|||||||
AM_DISABLE_STATIC
|
AM_DISABLE_STATIC
|
||||||
AC_LIBTOOL_WIN32_DLL
|
AC_LIBTOOL_WIN32_DLL
|
||||||
AM_PROG_LIBTOOL
|
AM_PROG_LIBTOOL
|
||||||
|
dnl when using libtool 2.x create libtool early, because it's used in configure
|
||||||
|
m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
|
||||||
|
|
||||||
|
|
||||||
if test "x$GCC" = "xyes"; then
|
if test "x$GCC" = "xyes"; then
|
||||||
case " $CFLAGS " in
|
case " $CFLAGS " in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user