summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/doc/ChangeLog4
-rw-r--r--gettext-tools/doc/gettext.texi2
-rw-r--r--gettext-tools/examples/ChangeLog4
-rwxr-xr-xgettext-tools/examples/hello-c++-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c++-kde/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c++/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-c/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-objc-gnome/autoclean.sh1
-rwxr-xr-xgettext-tools/examples/hello-objc/autoclean.sh1
-rw-r--r--gettext-tools/m4/ChangeLog4
-rw-r--r--gettext-tools/m4/Makefile.am1
-rw-r--r--gettext-tools/misc/ChangeLog4
-rw-r--r--gettext-tools/misc/gettextize.in8
14 files changed, 21 insertions, 13 deletions
diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog
index 1d2b118..0fb4c3e 100644
--- a/gettext-tools/doc/ChangeLog
+++ b/gettext-tools/doc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28 Bruno Haible <bruno@clisp.org>
+
+ * gettext.texi (aclocal): Update file list.
+
2006-08-17 Bruno Haible <bruno@clisp.org>
* 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 cf8c060..7662a40 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 d2a1df6..11dc397 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28 Bruno Haible <bruno@clisp.org>
+
+ * hello-*/autoclean.sh: Remove mention of signed.m4.
+
2006-07-31 Bruno Haible <bruno@clisp.org>
* 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 d4e3365..f95f1fb 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 4d8b66e..5df0f07 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 d21a16a..0daf98c 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 d4e3365..f95f1fb 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 d21a16a..0daf98c 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 d4e3365..f95f1fb 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 d21a16a..0daf98c 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 af28c58..00ad29e 100644
--- a/gettext-tools/m4/ChangeLog
+++ b/gettext-tools/m4/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (aclocal_DATA): Remove signed.m4.
+
2006-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* 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 4214d29..f63499f 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 731cf5d..71c75a1 100644
--- a/gettext-tools/misc/ChangeLog
+++ b/gettext-tools/misc/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-28 Bruno Haible <bruno@clisp.org>
+
+ * gettextize.in (m4filelist): Remove signed.m4.
+
2006-07-25 Bruno Haible <bruno@clisp.org>
* Makefile.msvc: Remove file.
diff --git a/gettext-tools/misc/gettextize.in b/gettext-tools/misc/gettextize.in
index bdeb397..6669ec3 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.)