diff options
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 |
