summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-02-19 02:09:34 +0100
committerBruno Haible <bruno@clisp.org>2012-02-19 02:09:34 +0100
commit89d66f03724ce6714959950b02f2e0a5fb4022fe (patch)
tree6834a62a30c54c618c79aeee06fea93dc6fe86ea
parente9ab5526592699b48f9fb86546e69143372d3405 (diff)
downloadexternal_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.zip
external_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.tar.gz
external_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.tar.bz2
Move intmax_t.m4 file into libasprintf subdirectory.
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.am4
-rwxr-xr-xautogen.sh4
-rw-r--r--gettext-runtime/m4/ChangeLog4
-rw-r--r--gettext-runtime/m4/Makefile.am1
5 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index d347e82..f2c66b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
2012-01-26 Bruno Haible <bruno@clisp.org>
diff --git a/Makefile.am b/Makefile.am
index 95890fb..74e8dae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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`"
diff --git a/autogen.sh b/autogen.sh
index 35c93c1..7f815a0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog
index 60e7259..97b985f 100644
--- a/gettext-runtime/m4/ChangeLog
+++ b/gettext-runtime/m4/ChangeLog
@@ -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.
diff --git a/gettext-runtime/m4/Makefile.am b/gettext-runtime/m4/Makefile.am
index 1e17977..bf10c67 100644
--- a/gettext-runtime/m4/Makefile.am
+++ b/gettext-runtime/m4/Makefile.am
@@ -14,7 +14,6 @@ intl.m4 \
intldir.m4 \
intlmacosx.m4 \
intmax.m4 \
-intmax_t.m4 \
inttypes-pri.m4 \
inttypes_h.m4 \
lcmessage.m4 \