diff options
author | Bruno Haible <bruno@clisp.org> | 2006-08-02 14:49:14 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:51 +0200 |
commit | 9c12a1bc1f947c3bc9cf84468b6ed95ef4f56e40 (patch) | |
tree | 637d1fc045a485a6ad3e40e426e4673a1878f158 /gettext-tools/examples/hello-objc | |
parent | ff8d036a2e43cb5c5f8fec176ca925193d393929 (diff) | |
download | external_gettext-9c12a1bc1f947c3bc9cf84468b6ed95ef4f56e40.zip external_gettext-9c12a1bc1f947c3bc9cf84468b6ed95ef4f56e40.tar.gz external_gettext-9c12a1bc1f947c3bc9cf84468b6ed95ef4f56e40.tar.bz2 |
Start using gnulib.
Diffstat (limited to 'gettext-tools/examples/hello-objc')
-rwxr-xr-x | gettext-tools/examples/hello-objc/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-objc/autogen.sh b/gettext-tools/examples/hello-objc/autogen.sh index ce55ded..6f62c07 100755 --- a/gettext-tools/examples/hello-objc/autogen.sh +++ b/gettext-tools/examples/hello-objc/autogen.sh @@ -24,7 +24,7 @@ else fi fi -cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/gettext-tools/lib}/gettext.h gettext.h +cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/gettext-tools/gnulib-lib}/gettext.h gettext.h autopoint -f # was: gettextize -f -c rm po/Makevars.template |