diff options
author | Bruno Haible <bruno@clisp.org> | 2012-02-19 02:09:34 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-02-19 02:09:34 +0100 |
commit | 89d66f03724ce6714959950b02f2e0a5fb4022fe (patch) | |
tree | 6834a62a30c54c618c79aeee06fea93dc6fe86ea | |
parent | e9ab5526592699b48f9fb86546e69143372d3405 (diff) | |
download | external_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.zip external_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.tar.gz external_gettext-89d66f03724ce6714959950b02f2e0a5fb4022fe.tar.bz2 |
Move intmax_t.m4 file into libasprintf subdirectory.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile.am | 4 | ||||
-rwxr-xr-x | autogen.sh | 4 | ||||
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 4 | ||||
-rw-r--r-- | gettext-runtime/m4/Makefile.am | 1 |
5 files changed, 15 insertions, 5 deletions
@@ -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`" @@ -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 \ |