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