diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-30 14:36:18 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:28 +0200 |
commit | 7a6e74b9e2408e0b67e6ce69af96d1182dde6530 (patch) | |
tree | cef40e4d6159f0be5b20316cf57522602d7d7c70 /gettext-tools/examples/hello-objc-gnome | |
parent | 2ee4e2e2b73c79643299a806a54c81a1b2ea490d (diff) | |
download | external_gettext-7a6e74b9e2408e0b67e6ce69af96d1182dde6530.zip external_gettext-7a6e74b9e2408e0b67e6ce69af96d1182dde6530.tar.gz external_gettext-7a6e74b9e2408e0b67e6ce69af96d1182dde6530.tar.bz2 |
isc-posix.m4 is gone.
Diffstat (limited to 'gettext-tools/examples/hello-objc-gnome')
-rwxr-xr-x | gettext-tools/examples/hello-objc-gnome/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-objc-gnome/m4/Makefile.am | 6 |
2 files changed, 3 insertions, 4 deletions
diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index 33ef3c1..d4e3365 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -20,7 +20,6 @@ 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/isc-posix.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am index 6c00928..ef0dbff 100644 --- a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am +++ b/gettext-tools/examples/hello-objc-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 isc-posix.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 \ + 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 \ + uintmax_t.m4 ulonglong.m4 visibility.m4 \ gnome.m4 gnome-gnorba-check.m4 gnome-orbit-check.m4 |