From: Bruno Haible Date: Sun, 5 May 2019 20:48:18 +0000 (+0200) Subject: examples: hello-c++-widgets: Update build infrastructure. X-Git-Tag: v0.20~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90b8f103e8911694e456bf2058bc0d098e4c3fc;p=thirdparty%2Fgettext.git examples: hello-c++-widgets: Update build infrastructure. Gnulib changed on 2018-11-11: asm-underscore.m4 is no longer needed for havelib. * gettext-tools/examples/hello-c++-widgets/autogen.sh: Don't pull in asm-underscore.m4. * gettext-tools/examples/hello-c++-widgets/autoclean.sh: Don't remove asm-underscore.m4. --- diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh index 272f821f7..fad6d8b9a 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh @@ -8,7 +8,6 @@ test ! -f Makefile || make distclean rm -rf autom4te.cache # 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 diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh index c7162b898..4db00bab3 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autogen.sh @@ -26,7 +26,6 @@ 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