diff options
| author | Bruno Haible <bruno@clisp.org> | 2005-09-20 11:02:14 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:51 +0200 |
| commit | f20706194654a5608f8e160eac73d4f8ecb72948 (patch) | |
| tree | d9a3e00ca227ab855ab4a472146ae259ed8ed405 /gettext-tools/examples/hello-csharp-forms | |
| parent | ee8fd2262a2e3e2a95d81b6d13d99baf6dbf3ee1 (diff) | |
| download | external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.zip external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.tar.gz external_gettext-f20706194654a5608f8e160eac73d4f8ecb72948.tar.bz2 | |
Also install or remove m4/progtest.m4.
Diffstat (limited to 'gettext-tools/examples/hello-csharp-forms')
| -rwxr-xr-x | gettext-tools/examples/hello-csharp-forms/autoclean.sh | 1 | ||||
| -rwxr-xr-x | gettext-tools/examples/hello-csharp-forms/autogen.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-csharp-forms/autoclean.sh b/gettext-tools/examples/hello-csharp-forms/autoclean.sh index 068b28c..388ecf8 100755 --- a/gettext-tools/examples/hello-csharp-forms/autoclean.sh +++ b/gettext-tools/examples/hello-csharp-forms/autoclean.sh @@ -10,6 +10,7 @@ test ! -f Makefile || make distclean # Brought in by explicit copy. rm -f m4/nls.m4 rm -f m4/po.m4 +rm -f m4/progtest.m4 rm -f po/remove-potcdate.sin # Brought in by explicit copy. diff --git a/gettext-tools/examples/hello-csharp-forms/autogen.sh b/gettext-tools/examples/hello-csharp-forms/autogen.sh index 3a99626..1cc417b 100755 --- a/gettext-tools/examples/hello-csharp-forms/autogen.sh +++ b/gettext-tools/examples/hello-csharp-forms/autogen.sh @@ -26,6 +26,7 @@ fi cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/nls.m4 m4/nls.m4 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/po.m4 m4/po.m4 +cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/m4}/progtest.m4 m4/progtest.m4 cp -p ${GETTEXTSRCPODIR-$GETTEXT_TOPSRCDIR/gettext-runtime/po}/remove-potcdate.sin po/remove-potcdate.sin cp -p ${EXAMPLESCONFIGDIR-$GETTEXT_TOPSRCDIR/gettext-tools/m4}/csharpcomp.m4 m4/csharpcomp.m4 |
