From: Bruno Haible Date: Mon, 28 Aug 2006 13:35:56 +0000 (+0000) Subject: Remove signed.m4. X-Git-Tag: 0.16.x-branchpoint~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37764874e146ca44797d9b98a9d895a3456b162e;p=thirdparty%2Fgettext.git Remove signed.m4. --- diff --git a/ChangeLog b/ChangeLog index 4ccedc0f3..44882f9d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * PACKAGING: Remove signed.m4. + 2006-08-23 Bruno Haible * INSTALL: Recommend to pass variables as configure arguments. diff --git a/PACKAGING b/PACKAGING index 224897537..a55d2a0ee 100644 --- a/PACKAGING +++ b/PACKAGING @@ -136,7 +136,6 @@ following file list. $prefix/share/aclocal/po.m4 $prefix/share/aclocal/printf-posix.m4 $prefix/share/aclocal/progtest.m4 - $prefix/share/aclocal/signed.m4 $prefix/share/aclocal/size_max.m4 $prefix/share/aclocal/stdint_h.m4 $prefix/share/aclocal/uintmax_t.m4 diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 1d2b11821..0fb4c3e5a 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * gettext.texi (aclocal): Update file list. + 2006-08-17 Bruno Haible * gettext.texi (Plural Forms): Mention the use of ngettext with a diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index cf8c06055..7662a400f 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -6919,7 +6919,7 @@ the simplest is to concatenate the files @file{codeset.m4}, @file{inttypes-pri.m4}, @file{lcmessage.m4}, @file{lib-ld.m4}, @file{lib-link.m4}, @file{lib-prefix.m4}, @file{lock.m4}, @file{longdouble.m4}, @file{longlong.m4}, @file{printf-posix.m4}, -@file{progtest.m4}, @file{signed.m4}, @file{size_max.m4}, +@file{progtest.m4}, @file{size_max.m4}, @file{stdint_h.m4}, @file{uintmax_t.m4}, @file{ulonglong.m4}, @file{visibility.m4}, @file{wchar_t.m4}, @file{wint_t.m4}, @file{xsize.m4} from GNU @code{gettext}'s diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index d2a1df64f..11dc397f1 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * hello-*/autoclean.sh: Remove mention of signed.m4. + 2006-07-31 Bruno Haible * hello-c/autogen.sh: Replace gettext-tools/lib with diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index d4e3365e8..f95f1fb8d 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -31,7 +31,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index 4d8b66e5e..5df0f0709 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -37,7 +37,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index d21a16a24..0daf98c51 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -34,7 +34,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index d4e3365e8..f95f1fb8d 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -31,7 +31,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index d21a16a24..0daf98c51 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -34,7 +34,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index d4e3365e8..f95f1fb8d 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -31,7 +31,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index d21a16a24..0daf98c51 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -34,7 +34,6 @@ rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 -rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 diff --git a/gettext-tools/m4/ChangeLog b/gettext-tools/m4/ChangeLog index af28c58cc..00ad29eb1 100644 --- a/gettext-tools/m4/ChangeLog +++ b/gettext-tools/m4/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * Makefile.am (aclocal_DATA): Remove signed.m4. + 2006-08-16 Ralf Wildenhues * regex.m4 (gl_PREREQ_REGEX): Adjust to gnulib change: use diff --git a/gettext-tools/m4/Makefile.am b/gettext-tools/m4/Makefile.am index 4214d29b5..f63499fc7 100644 --- a/gettext-tools/m4/Makefile.am +++ b/gettext-tools/m4/Makefile.am @@ -25,7 +25,6 @@ aclocal_DATA = \ ../../gettext-runtime/m4/po.m4 \ ../../gettext-runtime/m4/printf-posix.m4 \ ../../gettext-runtime/m4/progtest.m4 \ - ../../gettext-runtime/m4/signed.m4 \ ../../gettext-runtime/m4/size_max.m4 \ ../../gettext-runtime/m4/stdint_h.m4 \ ../../gettext-runtime/m4/uintmax_t.m4 \ diff --git a/gettext-tools/misc/ChangeLog b/gettext-tools/misc/ChangeLog index 731cf5d2f..71c75a118 100644 --- a/gettext-tools/misc/ChangeLog +++ b/gettext-tools/misc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-28 Bruno Haible + + * gettextize.in (m4filelist): Remove signed.m4. + 2006-07-25 Bruno Haible * Makefile.msvc: Remove file. diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in index bdeb397d7..6669ec306 100644 --- a/gettext-tools/misc/gettextize.in +++ b/gettext-tools/misc/gettextize.in @@ -727,13 +727,13 @@ $do_changelog && func_poChangeLog_finish m4filelist=' codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 lock.m4 longdouble.m4 longlong.m4 - nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 + nls.m4 po.m4 printf-posix.m4 progtest.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 visibility.m4 wchar_t.m4 wint_t.m4 xsize.m4' # We cannot omit codeset.m4, glibc2.m4, glibc21.m4, intdiv0.m4, intmax.m4, # inttypes_h.m4, inttypes-h.m4, inttypes-pri.m4, lcmessage.m4, lock.m4, -# longdouble.m4, longlong.m4, nls.m4, po.m4, printf-posix.m4, signed.m4, -# size_max.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, -# wchar_t.m4, wint_t.m4, xsize.m4 +# longdouble.m4, longlong.m4, nls.m4, po.m4, printf-posix.m4, size_max.m4, +# stdint_h.m4, uintmax_t.m4, ulonglong.m4, visibility.m4, wchar_t.m4, +# wint_t.m4, xsize.m4 # if test -z "$intldir", otherwise "aclocal -I m4" might give an error. # (aclocal doesn't know which macros are really needed, it looks which macros # are potentially needed.)