The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 21 Sep 2000 12:49:10 +0000 (12:49 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 21 Sep 2000 12:49:10 +0000 (12:49 +0000)
2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* configure.in: The last released automake (1.4) still requires
AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
time being.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 3bff784..111621c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 3bff784..111621c 100644 (file)
@@ -1,3 +1,9 @@
+2000-09-21  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * configure.in: The last released automake (1.4) still requires
+       AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the
+       time being.
+
 2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
        * acconfig.h, configure.in, gutils.c: Test for the existence of
index 6c3f314..29d8d5b 100644 (file)
@@ -72,7 +72,7 @@ AC_DEFINE_UNQUOTED(GLIB_INTERFACE_AGE, $GLIB_INTERFACE_AGE)
 AC_DEFINE_UNQUOTED(GLIB_BINARY_AGE, $GLIB_BINARY_AGE)
 
 dnl Initialize libtool
-AC_PROG_LIBTOOL
+AM_PROG_LIBTOOL
 
 dnl Initialize maintainer mode
 AM_MAINTAINER_MODE