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/hello-c | |
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/hello-c')
-rwxr-xr-x | gettext-tools/examples/hello-c/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-c/m4/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
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 |