With libtool 2.x, regenerate libtool early. Based on bug 552107, patch by
authorBehdad Esfahbod <behdad@gnome.org>
Fri, 10 Oct 2008 23:55:38 +0000 (23:55 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Fri, 10 Oct 2008 23:55:38 +0000 (23:55 +0000)
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

ChangeLog
configure.in

index 7d97074..cf9e2a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 
index 7ffdbaf..095acac 100644 (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