diff options
author | Bruno Haible <bruno@clisp.org> | 2004-02-03 11:06:58 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:47 +0200 |
commit | 15bd5e4f133fb4ef1c748c9b3d9d496c3e5f124b (patch) | |
tree | 146fb062a5d8c305c3b199287855ad5dfbb1a5b5 /gettext-tools/examples | |
parent | 46d62f24f677e07131118f9bc55610f4714d549c (diff) | |
download | external_gettext-15bd5e4f133fb4ef1c748c9b3d9d496c3e5f124b.zip external_gettext-15bd5e4f133fb4ef1c748c9b3d9d496c3e5f124b.tar.gz external_gettext-15bd5e4f133fb4ef1c748c9b3d9d496c3e5f124b.tar.bz2 |
Mention glibc2.m4 as well.
Diffstat (limited to 'gettext-tools/examples')
-rw-r--r-- | gettext-tools/examples/ChangeLog | 4 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-c++-gnome/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c++-gnome/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-c++-kde/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c++-kde/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-c++/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c++/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-c-gnome/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c-gnome/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-c/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-objc-gnome/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-objc-gnome/m4/Makefile.am | 2 | ||||
-rwxr-xr-x | gettext-tools/examples/hello-objc/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-objc/m4/Makefile.am | 2 |
15 files changed, 18 insertions, 7 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index 6bfea70..ab3d2a2 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,7 @@ +2004-02-02 Bruno Haible <bruno@clisp.org> + + * hello-*/autoclean.sh, hello-*/m4/Makefile.am: Handle glibc2.m4 too. + 2004-01-29 Bruno Haible <bruno@clisp.org> * gettext-0.14.1 released. diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index e07c854..5efa49d 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -12,6 +12,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am b/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am index 174dd86..65d9c85 100644 --- a/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am +++ b/gettext-tools/examples/hello-c++-gnome/m4/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = \ - codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 \ diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index e4c32b7..f63eea0 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -18,6 +18,7 @@ fi rm -f ABOUT-NLS rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-c++-kde/m4/Makefile.am b/gettext-tools/examples/hello-c++-kde/m4/Makefile.am index d6431f0..17eb691 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 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index dab0035..c91baf0 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -15,6 +15,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-c++/m4/Makefile.am b/gettext-tools/examples/hello-c++/m4/Makefile.am index d6431f0..17eb691 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 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index e07c854..5efa49d 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -12,6 +12,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-c-gnome/m4/Makefile.am b/gettext-tools/examples/hello-c-gnome/m4/Makefile.am index 14dc5db..52a0787 100644 --- a/gettext-tools/examples/hello-c-gnome/m4/Makefile.am +++ b/gettext-tools/examples/hello-c-gnome/m4/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = \ - codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 \ diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index dab0035..c91baf0 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -15,6 +15,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-c/m4/Makefile.am b/gettext-tools/examples/hello-c/m4/Makefile.am index d6431f0..17eb691 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 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index e07c854..5efa49d 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -12,6 +12,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am index 14dc5db..52a0787 100644 --- a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am +++ b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = \ - codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 \ diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index dab0035..c91baf0 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -15,6 +15,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-objc/m4/Makefile.am b/gettext-tools/examples/hello-objc/m4/Makefile.am index d6431f0..17eb691 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 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 |