From 6ad8111de3610c6d8491925e9f35bb294162ae95 Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 21 Sep 2000 12:49:10 +0000 Subject: [PATCH] The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of 2000-09-21 Sebastian Wilhelmi * 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 | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-12 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ configure.in | 2 +- 9 files changed, 49 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3bff784c..111621ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 3bff784c..111621ca 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2000-09-21 Sebastian Wilhelmi + + * 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 * acconfig.h, configure.in, gutils.c: Test for the existence of diff --git a/configure.in b/configure.in index 6c3f3143..29d8d5b7 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.34.1