From: Bruno Haible Date: Mon, 15 Oct 2018 20:50:21 +0000 (+0200) Subject: examples: Clean up autoconf left-over. X-Git-Tag: v0.20~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3458a36895de649ebb7749db79a7ad5be34faee;p=thirdparty%2Fgettext.git examples: Clean up autoconf left-over. * gettext-tools/examples/hello-*/autoclean.sh: Remove the 'autom4te.cache' directory. --- diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index 2968f903c..782dd1123 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by autopoint. rm -f ABOUT-NLS diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index 79c7121fe..ce99a13bb 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache if test "$1" = fromscratch; then diff --git a/gettext-tools/examples/hello-c++-qt/autoclean.sh b/gettext-tools/examples/hello-c++-qt/autoclean.sh index ef9a6c5fb..548365f0a 100755 --- a/gettext-tools/examples/hello-c++-qt/autoclean.sh +++ b/gettext-tools/examples/hello-c++-qt/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh index 9c96df7b8..2ee3ed859 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/asm-underscore.m4 diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index 7575334ae..351b51bcc 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f gettext.h diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index 2968f903c..782dd1123 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by autopoint. rm -f ABOUT-NLS diff --git a/gettext-tools/examples/hello-c-gnome3/autoclean.sh b/gettext-tools/examples/hello-c-gnome3/autoclean.sh index 2968f903c..782dd1123 100755 --- a/gettext-tools/examples/hello-c-gnome3/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome3/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by autopoint. rm -f ABOUT-NLS diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index 7575334ae..351b51bcc 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f gettext.h diff --git a/gettext-tools/examples/hello-clisp/autoclean.sh b/gettext-tools/examples/hello-clisp/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-clisp/autoclean.sh +++ b/gettext-tools/examples/hello-clisp/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-csharp-forms/autoclean.sh b/gettext-tools/examples/hello-csharp-forms/autoclean.sh index 1e1444441..e863c823c 100755 --- a/gettext-tools/examples/hello-csharp-forms/autoclean.sh +++ b/gettext-tools/examples/hello-csharp-forms/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-csharp/autoclean.sh b/gettext-tools/examples/hello-csharp/autoclean.sh index 1e1444441..e863c823c 100755 --- a/gettext-tools/examples/hello-csharp/autoclean.sh +++ b/gettext-tools/examples/hello-csharp/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-gawk/autoclean.sh b/gettext-tools/examples/hello-gawk/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-gawk/autoclean.sh +++ b/gettext-tools/examples/hello-gawk/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-guile/autoclean.sh b/gettext-tools/examples/hello-guile/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-guile/autoclean.sh +++ b/gettext-tools/examples/hello-guile/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-java-awt/autoclean.sh b/gettext-tools/examples/hello-java-awt/autoclean.sh index d02f569ab..f103c28f6 100755 --- a/gettext-tools/examples/hello-java-awt/autoclean.sh +++ b/gettext-tools/examples/hello-java-awt/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-java-qtjambi/autoclean.sh b/gettext-tools/examples/hello-java-qtjambi/autoclean.sh index a30acc41b..338a1219f 100755 --- a/gettext-tools/examples/hello-java-qtjambi/autoclean.sh +++ b/gettext-tools/examples/hello-java-qtjambi/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-java-swing/autoclean.sh b/gettext-tools/examples/hello-java-swing/autoclean.sh index cfcb37467..9ad09caba 100755 --- a/gettext-tools/examples/hello-java-swing/autoclean.sh +++ b/gettext-tools/examples/hello-java-swing/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-java/autoclean.sh b/gettext-tools/examples/hello-java/autoclean.sh index 010929347..5b40d865f 100755 --- a/gettext-tools/examples/hello-java/autoclean.sh +++ b/gettext-tools/examples/hello-java/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-librep/autoclean.sh b/gettext-tools/examples/hello-librep/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-librep/autoclean.sh +++ b/gettext-tools/examples/hello-librep/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index 2968f903c..782dd1123 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by autopoint. rm -f ABOUT-NLS diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index 7575334ae..351b51bcc 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f gettext.h diff --git a/gettext-tools/examples/hello-pascal/autoclean.sh b/gettext-tools/examples/hello-pascal/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-pascal/autoclean.sh +++ b/gettext-tools/examples/hello-pascal/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-perl/autoclean.sh b/gettext-tools/examples/hello-perl/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-perl/autoclean.sh +++ b/gettext-tools/examples/hello-perl/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-php/autoclean.sh b/gettext-tools/examples/hello-php/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-php/autoclean.sh +++ b/gettext-tools/examples/hello-php/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-python/autoclean.sh b/gettext-tools/examples/hello-python/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-python/autoclean.sh +++ b/gettext-tools/examples/hello-python/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-sh/autoclean.sh b/gettext-tools/examples/hello-sh/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-sh/autoclean.sh +++ b/gettext-tools/examples/hello-sh/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-smalltalk/autoclean.sh b/gettext-tools/examples/hello-smalltalk/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-smalltalk/autoclean.sh +++ b/gettext-tools/examples/hello-smalltalk/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-tcl-tk/autoclean.sh b/gettext-tools/examples/hello-tcl-tk/autoclean.sh index f6054e25c..f70a4c7f1 100755 --- a/gettext-tools/examples/hello-tcl-tk/autoclean.sh +++ b/gettext-tools/examples/hello-tcl-tk/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-tcl/autoclean.sh b/gettext-tools/examples/hello-tcl/autoclean.sh index f6054e25c..f70a4c7f1 100755 --- a/gettext-tools/examples/hello-tcl/autoclean.sh +++ b/gettext-tools/examples/hello-tcl/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4 diff --git a/gettext-tools/examples/hello-ycp/autoclean.sh b/gettext-tools/examples/hello-ycp/autoclean.sh index 7c2c432c6..9367df26c 100755 --- a/gettext-tools/examples/hello-ycp/autoclean.sh +++ b/gettext-tools/examples/hello-ycp/autoclean.sh @@ -5,6 +5,7 @@ # Script for cleaning all autogenerated files. test ! -f Makefile || make distclean +rm -rf autom4te.cache # Brought in by explicit copy. rm -f m4/nls.m4