From 5555cefd479f38071e393b0b5008de03b5c668ba Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 18 Sep 2006 19:05:27 +0000 Subject: Remove inttypes-h.m4. --- gettext-tools/examples/ChangeLog | 5 +++++ gettext-tools/examples/hello-c++-gnome/autoclean.sh | 1 - gettext-tools/examples/hello-c++-gnome/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-c++-kde/autoclean.sh | 1 - gettext-tools/examples/hello-c++-kde/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-c++/autoclean.sh | 1 - gettext-tools/examples/hello-c++/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-c-gnome/autoclean.sh | 1 - gettext-tools/examples/hello-c-gnome/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-c/autoclean.sh | 1 - gettext-tools/examples/hello-c/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-objc-gnome/autoclean.sh | 1 - gettext-tools/examples/hello-objc-gnome/m4/Makefile.am | 4 ++-- gettext-tools/examples/hello-objc/autoclean.sh | 1 - gettext-tools/examples/hello-objc/m4/Makefile.am | 4 ++-- 15 files changed, 19 insertions(+), 21 deletions(-) (limited to 'gettext-tools/examples') 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 + + * hello-{c,c++,objc}*/{autoclean.sh,m4/Makefile.am}: Remove + inttypes-h.m4. + 2006-09-11 Bruno Haible * 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 -- cgit v1.1