diff options
author | Bruno Haible <bruno@clisp.org> | 2003-11-16 15:17:16 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:11:15 +0200 |
commit | f31d09ff2a6745a3f8501b3396bfcf81c0ba0982 (patch) | |
tree | 81361dea18dc86d3a3d52d581daf1b5322bd5c5d /gettext-tools/examples/hello-c/m4 | |
parent | d73a2fcfa69f9291c9ac6fa6d7f92dbad26a88fc (diff) | |
download | external_gettext-f31d09ff2a6745a3f8501b3396bfcf81c0ba0982.zip external_gettext-f31d09ff2a6745a3f8501b3396bfcf81c0ba0982.tar.gz external_gettext-f31d09ff2a6745a3f8501b3396bfcf81c0ba0982.tar.bz2 |
Example package demonstrating the use of gettext.
Diffstat (limited to 'gettext-tools/examples/hello-c/m4')
-rw-r--r-- | gettext-tools/examples/hello-c/m4/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c/m4/Makefile.am b/gettext-tools/examples/hello-c/m4/Makefile.am new file mode 100644 index 0000000..d6431f0 --- /dev/null +++ b/gettext-tools/examples/hello-c/m4/Makefile.am @@ -0,0 +1,5 @@ +EXTRA_DIST = \ + codeset.m4 gettext.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 |