]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Don't pass package and version to AM_INIT_AUTOMAKE.
authorBruno Haible <bruno@clisp.org>
Sat, 6 Jun 2009 09:24:42 +0000 (09:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:16:06 +0000 (12:16 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/configure.ac

index 949ec64a7b02503124bba4455f1b9ac978557c6f..b845557a62346930af9ad2e71b967016e1cff55e 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-06  Bruno Haible  <bruno@clisp.org>
+
+       * configure.ac: Pass package and version to AC_INIT instead of
+       AM_INIT_AUTOMAKE.
+
 2009-05-21  Bruno Haible  <bruno@clisp.org>
 
        Assume automake >= 1.10.2.
index e7b8046fa2b8e7c15e3c51354d2eb8aefc132dc4..bfbfb5156ef7e7bc4aeda6e57a9402136cc6c7d7 100644 (file)
@@ -17,10 +17,10 @@ dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.52])
-AC_INIT
+AC_INIT([libasprintf], [1.0])
 AC_CONFIG_SRCDIR([vasprintf.c])
 AC_CONFIG_AUX_DIR([../../build-aux])
-AM_INIT_AUTOMAKE([libasprintf], [1.0])
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER([config.h])
 
 dnl Checks for programs.