]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move intmax_t.m4 file into libasprintf subdirectory.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Feb 2012 01:09:34 +0000 (02:09 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Feb 2012 01:09:34 +0000 (02:09 +0100)
ChangeLog
Makefile.am
autogen.sh
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/Makefile.am

index d347e82e941024514a071ffe55d4b9e30e6b4bc9..f2c66b09a02c7583061be81240b2a7ff8e2231f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-18  Bruno Haible  <bruno@clisp.org>
+
+       Improve ensurance that intmax_t gets defined in libasprintf.
+       * autogen.sh: Create gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4,
+       not gettext-runtime/m4/intmax_t.m4.
+       * Makefile.am (distcheck-hook): Update.
+
 2012-02-18  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (distcheck-hook): Update after gnulib changed.
index 95890fba516205cf125044211ac2d6033c0841d3..74e8dae4a6d0ddf68cb9a9e69cdb7302780460ee 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the toplevel directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2011 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2012 Free Software Foundation, Inc.
 ##
 ## This program is free software: you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -53,7 +53,6 @@ distcheck-hook:
        cmp -s gettext-runtime/m4/intldir.m4 gettext-tools/gnulib-m4/intldir.m4
        cmp -s gettext-runtime/m4/intlmacosx.m4 gettext-tools/gnulib-m4/intlmacosx.m4
        cmp -s gettext-runtime/m4/intmax.m4 gettext-tools/gnulib-m4/intmax.m4
-       cmp -s gettext-runtime/m4/intmax_t.m4 gettext-tools/gnulib-m4/intmax_t.m4
        cmp -s gettext-runtime/m4/inttypes-pri.m4 gettext-tools/gnulib-m4/inttypes-pri.m4
        cmp -s gettext-runtime/m4/inttypes_h.m4 gettext-tools/gnulib-m4/inttypes_h.m4
        cmp -s gettext-runtime/m4/lcmessage.m4 gettext-tools/gnulib-m4/lcmessage.m4
@@ -72,6 +71,7 @@ distcheck-hook:
        cmp -s gettext-runtime/m4/wchar_t.m4 gettext-tools/gnulib-m4/wchar_t.m4
        cmp -s gettext-runtime/m4/wint_t.m4 gettext-tools/gnulib-m4/wint_t.m4
        cmp -s gettext-runtime/m4/xsize.m4 gettext-tools/gnulib-m4/xsize.m4
+       cmp -s gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4 gettext-tools/gnulib-m4/intmax_t.m4
        test "`sed 1,17d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/config.charset | md5sum`"
        test "`sed 1,16d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.h | md5sum`"
        test "`sed 1,16d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.c | md5sum`"
index 35c93c169e4a79da6803c48b65b365d70dbf1281..7f815a051a2e487fbc65f85f2e1eb7e6caaa3931 100755 (executable)
@@ -16,7 +16,7 @@
 #   - the makeinfo program from the texinfo package,
 #   - perl.
 
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 Free Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -113,7 +113,7 @@ if ! $skip_gnulib; then
     '
     $GNULIB_TOOL --dir=gettext-runtime/libasprintf --source-base=. --m4-base=gnulib-m4 --lgpl=2 --makefile-name=Makefile.gnulib --libtool --local-dir=gnulib-local --local-symlink \
       --import $GNULIB_MODULES_LIBASPRINTF $GNULIB_MODULES_LIBASPRINTF_OTHER
-    $GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/m4/intmax_t.m4
+    $GNULIB_TOOL --copy-file m4/intmax_t.m4 gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4
     # In gettext-tools:
     GNULIB_MODULES_TOOLS_FOR_SRC='
       alloca-opt
index 60e72596c473bb2809e5ab646fb144bde55e009f..97b985f4d5b4c8ba1f0bd88a6af55121295f27a1 100644 (file)
@@ -1,3 +1,7 @@
+2012-02-18  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (EXTRA_DIST): Remove intmax_t.m4.
+
 2012-02-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * po.m4: Spelling fixes.
index 1e179777b15d4f2cd05a451ae00f502bd7e066ae..bf10c67b2aa7bf24c1df9c27f0e879a544ac3ceb 100644 (file)
@@ -14,7 +14,6 @@ intl.m4 \
 intldir.m4 \
 intlmacosx.m4 \
 intmax.m4 \
-intmax_t.m4 \
 inttypes-pri.m4 \
 inttypes_h.m4 \
 lcmessage.m4 \