summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-06-08 10:26:08 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:54 +0200
commit689e75af6080ebaab07fb2928608dd712ac1a2a6 (patch)
treeaa77efda75f653a6c0d23a74387d9066887b1161
parent42f9fa6d5b583414a3f26d85683cc236f3a9a0ea (diff)
downloadexternal_gettext-689e75af6080ebaab07fb2928608dd712ac1a2a6.zip
external_gettext-689e75af6080ebaab07fb2928608dd712ac1a2a6.tar.gz
external_gettext-689e75af6080ebaab07fb2928608dd712ac1a2a6.tar.bz2
Import localename.c from gnulib.
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.am1
-rwxr-xr-xautogen.sh1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a9d491..e57edca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-08 Bruno Haible <bruno@clisp.org>
+
+ * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'localename'.
+ * Makefile.am (distcheck-hook): Compare also localename.c.
+
2007-06-07 Bruno Haible <bruno@clisp.org>
* Makefile.am (distcheck-hook): Check also intlmacosx.m4.
diff --git a/Makefile.am b/Makefile.am
index 67fa249..3af4bf6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,7 @@ distcheck-hook:
test "`sed 1,19d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/config.charset | md5sum`"
test "`sed 1,18d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.h | md5sum`"
test "`sed 1,18d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/localcharset.c | md5sum`"
+ cmp -s gettext-runtime/intl/localename.c gettext-tools/gnulib-lib/localename.c
test "`sed 1,17d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/lock.h | md5sum`"
test "`sed 1,17d gettext-runtime/intl/lock.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/lock.c | md5sum`"
cmp -s gettext-runtime/intl/printf-args.h gettext-runtime/libasprintf/printf-args.h
diff --git a/autogen.sh b/autogen.sh
index 3356df7..7198ce0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -124,6 +124,7 @@ if test -n "$GNULIB_TOOL"; then
linebreak
localcharset
locale
+ localename
lock
memmove
memset