From: Bruno Haible Date: Fri, 8 Jun 2007 10:26:08 +0000 (+0000) Subject: Import localename.c from gnulib. X-Git-Tag: v0.17~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689e75af6080ebaab07fb2928608dd712ac1a2a6;p=thirdparty%2Fgettext.git Import localename.c from gnulib. --- diff --git a/ChangeLog b/ChangeLog index 5a9d4918f..e57edca68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-08 Bruno Haible + + * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add module 'localename'. + * Makefile.am (distcheck-hook): Compare also localename.c. + 2007-06-07 Bruno Haible * Makefile.am (distcheck-hook): Check also intlmacosx.m4. diff --git a/Makefile.am b/Makefile.am index 67fa249aa..3af4bf670 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 3356df772..7198ce0c8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -124,6 +124,7 @@ if test -n "$GNULIB_TOOL"; then linebreak localcharset locale + localename lock memmove memset