summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples')
-rw-r--r--gettext-tools/examples/ChangeLog5
-rwxr-xr-xgettext-tools/examples/hello-c++-gnome/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-c++-gnome/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-c++-kde/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-c++-kde/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-c++/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-c++/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-c-gnome/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-c-gnome/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-c/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-c/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-objc-gnome/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-objc-gnome/m4/Makefile.am4
-rwxr-xr-xgettext-tools/examples/hello-objc/autoclean.sh1
-rw-r--r--gettext-tools/examples/hello-objc/m4/Makefile.am4
15 files changed, 19 insertions, 21 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 4756d46..92cafd2 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-18 Bruno Haible <bruno@clisp.org>
+
+ * hello-{c,c++,objc}*/{autoclean.sh,m4/Makefile.am}: Remove
+ inttypes-h.m4.
+
2006-09-11 Bruno Haible <bruno@clisp.org>
* hello-{c,c++,objc}*/autoclean.sh: Remove also intl.m4.
diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh
index f5db2c0..8bd9c20 100755
--- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh
+++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh
@@ -18,7 +18,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am b/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am
index 04a2d29..028e1a3 100644
--- a/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am
+++ b/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am
@@ -1,7 +1,7 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4 \
gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4 \
gtk.m4 gtk--.m4
diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh
index f509f03..b553440 100755
--- a/gettext-tools/examples/hello-c++-kde/autoclean.sh
+++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh
@@ -24,7 +24,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-c++-kde/m4/Makefile.am b/gettext-tools/examples/hello-c++-kde/m4/Makefile.am
index a60fd36..ce8329a 100644
--- a/gettext-tools/examples/hello-c++-kde/m4/Makefile.am
+++ b/gettext-tools/examples/hello-c++-kde/m4/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4
diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh
index 40ca60c..020c93a 100755
--- a/gettext-tools/examples/hello-c++/autoclean.sh
+++ b/gettext-tools/examples/hello-c++/autoclean.sh
@@ -21,7 +21,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-c++/m4/Makefile.am b/gettext-tools/examples/hello-c++/m4/Makefile.am
index a60fd36..ce8329a 100644
--- a/gettext-tools/examples/hello-c++/m4/Makefile.am
+++ b/gettext-tools/examples/hello-c++/m4/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4
diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh
index f5db2c0..8bd9c20 100755
--- a/gettext-tools/examples/hello-c-gnome/autoclean.sh
+++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh
@@ -18,7 +18,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-c-gnome/m4/Makefile.am b/gettext-tools/examples/hello-c-gnome/m4/Makefile.am
index ef0dbff..fa715b3 100644
--- a/gettext-tools/examples/hello-c-gnome/m4/Makefile.am
+++ b/gettext-tools/examples/hello-c-gnome/m4/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4 \
gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4
diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh
index 40ca60c..020c93a 100755
--- a/gettext-tools/examples/hello-c/autoclean.sh
+++ b/gettext-tools/examples/hello-c/autoclean.sh
@@ -21,7 +21,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-c/m4/Makefile.am b/gettext-tools/examples/hello-c/m4/Makefile.am
index a60fd36..ce8329a 100644
--- a/gettext-tools/examples/hello-c/m4/Makefile.am
+++ b/gettext-tools/examples/hello-c/m4/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4
diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh
index f5db2c0..8bd9c20 100755
--- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh
+++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh
@@ -18,7 +18,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am
index ef0dbff..fa715b3 100644
--- a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am
+++ b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4 \
gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4
diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh
index 40ca60c..020c93a 100755
--- a/gettext-tools/examples/hello-objc/autoclean.sh
+++ b/gettext-tools/examples/hello-objc/autoclean.sh
@@ -21,7 +21,6 @@ rm -f m4/iconv.m4
rm -f m4/intdiv0.m4
rm -f m4/intl.m4
rm -f m4/intmax.m4
-rm -f m4/inttypes-h.m4
rm -f m4/inttypes-pri.m4
rm -f m4/inttypes_h.m4
rm -f m4/lcmessage.m4
diff --git a/gettext-tools/examples/hello-objc/m4/Makefile.am b/gettext-tools/examples/hello-objc/m4/Makefile.am
index a60fd36..ce8329a 100644
--- a/gettext-tools/examples/hello-objc/m4/Makefile.am
+++ b/gettext-tools/examples/hello-objc/m4/Makefile.am
@@ -1,5 +1,5 @@
EXTRA_DIST = \
codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 \
- inttypes_h.m4 inttypes-h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 \
- lib-link.m4 lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
+ inttypes_h.m4 inttypes-pri.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
+ lib-prefix.m4 lock.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 \
uintmax_t.m4 ulonglong.m4 visibility.m4