From: Sebastian Wilhelmi Date: Thu, 21 Sep 2000 12:49:10 +0000 (+0000) Subject: The last released automake (1.4) still requires AM_PROG_LIBTOOL instead of X-Git-Tag: GNOME_PRINT_0_24~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ad8111de3610c6d8491925e9f35bb294162ae95;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 3bff784..111621c 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 6c3f314..29d8d5b 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