From: Bruno Haible Date: Mon, 15 Oct 2018 21:03:00 +0000 (+0200) Subject: examples: hello-c++-widgets: Update build infrastructure. X-Git-Tag: v0.20~352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4759a9c739c6a40fe712c0621e1ab98e91fc7c7e;p=thirdparty%2Fgettext.git examples: hello-c++-widgets: Update build infrastructure. * gettext-tools/examples/hello-c++-widgets/autogen.sh: Pull in some more .m4 files. * gettext-tools/examples/hello-c++-widgets/autoclean.sh: Remove them. --- diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh index 74d76737f..9c96df7b8 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh @@ -7,6 +7,8 @@ test ! -f Makefile || make distclean # Brought in by explicit copy. +rm -f m4/asm-underscore.m4 +rm -f m4/host-cpu-c-abi.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/progtest.m4 diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh index 541364099..c7162b898 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh @@ -26,6 +26,8 @@ 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 ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/asm-underscore.m4 m4/asm-underscore.m4 +cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/host-cpu-c-abi.m4 m4/host-cpu-c-abi.m4 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-ld.m4 m4/lib-ld.m4 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-link.m4 m4/lib-link.m4 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/gettext-runtime/gnulib-m4}/lib-prefix.m4 m4/lib-prefix.m4