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:
Behdad Esfahbod 2008-10-10 23:55:38 +00:00 committed by Behdad Esfahbod
parent 84eabd3d59
commit 644ac7fe14
2 changed files with 8 additions and 0 deletions

View File

@ -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>
Bug 554557 Patch to fix gcc warnings about missing format

View File

@ -490,6 +490,9 @@ dnl Initialize libtool
AM_DISABLE_STATIC
AC_LIBTOOL_WIN32_DLL
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
case " $CFLAGS " in