diff options
author | Bruno Haible <bruno@clisp.org> | 2006-09-18 19:05:27 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:00 +0200 |
commit | 5555cefd479f38071e393b0b5008de03b5c668ba (patch) | |
tree | ac03148981cbedadcda26c061bf486253239cfb1 /gettext-tools/examples/hello-c | |
parent | bf9d0071634f99fad45d5e80e9e96b8fc36433c4 (diff) | |
download | external_gettext-5555cefd479f38071e393b0b5008de03b5c668ba.zip external_gettext-5555cefd479f38071e393b0b5008de03b5c668ba.tar.gz external_gettext-5555cefd479f38071e393b0b5008de03b5c668ba.tar.bz2 |
Remove inttypes-h.m4.
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 | 4 |
2 files changed, 2 insertions, 3 deletions
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 |