From: Bruno Haible Date: Mon, 15 Oct 2018 21:54:16 +0000 (+0200) Subject: examples: Remove left-over files. X-Git-Tag: v0.20~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b3903c89cd2a09fd03a8e61410190349fad8f5e;p=thirdparty%2Fgettext.git examples: Remove left-over files. * gettext-tools/examples/hello-*/autoclean.sh: Remove left-over files. --- diff --git a/gettext-tools/examples/hello-c++-gnome/autoclean.sh b/gettext-tools/examples/hello-c++-gnome/autoclean.sh index 782dd1123..fbb016c7f 100755 --- a/gettext-tools/examples/hello-c++-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c++-gnome/autoclean.sh @@ -21,20 +21,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -51,6 +55,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c++-kde/autoclean.sh b/gettext-tools/examples/hello-c++-kde/autoclean.sh index ce99a13bb..b0ecd50c1 100755 --- a/gettext-tools/examples/hello-c++-kde/autoclean.sh +++ b/gettext-tools/examples/hello-c++-kde/autoclean.sh @@ -27,20 +27,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 diff --git a/gettext-tools/examples/hello-c++-qt/autoclean.sh b/gettext-tools/examples/hello-c++-qt/autoclean.sh index 548365f0a..f19191802 100755 --- a/gettext-tools/examples/hello-c++-qt/autoclean.sh +++ b/gettext-tools/examples/hello-c++-qt/autoclean.sh @@ -23,6 +23,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh index 2ee3ed859..272f821f7 100755 --- a/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh +++ b/gettext-tools/examples/hello-c++-wxwidgets/autoclean.sh @@ -29,6 +29,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c++/autoclean.sh b/gettext-tools/examples/hello-c++/autoclean.sh index 351b51bcc..e58a26d8d 100755 --- a/gettext-tools/examples/hello-c++/autoclean.sh +++ b/gettext-tools/examples/hello-c++/autoclean.sh @@ -24,20 +24,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -54,6 +58,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c-gnome/autoclean.sh b/gettext-tools/examples/hello-c-gnome/autoclean.sh index 782dd1123..fbb016c7f 100755 --- a/gettext-tools/examples/hello-c-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome/autoclean.sh @@ -21,20 +21,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -51,6 +55,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c-gnome3/autoclean.sh b/gettext-tools/examples/hello-c-gnome3/autoclean.sh index 782dd1123..0bbe6fd9a 100755 --- a/gettext-tools/examples/hello-c-gnome3/autoclean.sh +++ b/gettext-tools/examples/hello-c-gnome3/autoclean.sh @@ -11,6 +11,8 @@ rm -rf autom4te.cache rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 +rm -f m4/extern-inline.m4 +rm -f m4/fcntl-o.m4 rm -f m4/gettext.m4 rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 @@ -34,6 +36,7 @@ rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 +rm -f m4/threadlib.m4 rm -f m4/uintmax_t.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 @@ -51,6 +54,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-c/autoclean.sh b/gettext-tools/examples/hello-c/autoclean.sh index 351b51bcc..e58a26d8d 100755 --- a/gettext-tools/examples/hello-c/autoclean.sh +++ b/gettext-tools/examples/hello-c/autoclean.sh @@ -24,20 +24,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -54,6 +58,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-csharp-forms/autoclean.sh b/gettext-tools/examples/hello-csharp-forms/autoclean.sh index e863c823c..f5d2f4685 100755 --- a/gettext-tools/examples/hello-csharp-forms/autoclean.sh +++ b/gettext-tools/examples/hello-csharp-forms/autoclean.sh @@ -17,6 +17,7 @@ rm -f po/remove-potcdate.sin rm -f m4/csharpcomp.m4 rm -f m4/csharpexec.m4 rm -f m4/csharpexec-test.exe +rm -f m4/csharp.m4 rm -f csharpcomp.sh.in rm -f csharpexec.sh.in @@ -30,8 +31,11 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing +rm -f config.guess +rm -f config.sub rm -f po/*.pot rm -f po/stamp-po for f in po/*/*.resources.dll; do diff --git a/gettext-tools/examples/hello-csharp/autoclean.sh b/gettext-tools/examples/hello-csharp/autoclean.sh index e863c823c..f5d2f4685 100755 --- a/gettext-tools/examples/hello-csharp/autoclean.sh +++ b/gettext-tools/examples/hello-csharp/autoclean.sh @@ -17,6 +17,7 @@ rm -f po/remove-potcdate.sin rm -f m4/csharpcomp.m4 rm -f m4/csharpexec.m4 rm -f m4/csharpexec-test.exe +rm -f m4/csharp.m4 rm -f csharpcomp.sh.in rm -f csharpexec.sh.in @@ -30,8 +31,11 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing +rm -f config.guess +rm -f config.sub rm -f po/*.pot rm -f po/stamp-po for f in po/*/*.resources.dll; do diff --git a/gettext-tools/examples/hello-java-awt/autoclean.sh b/gettext-tools/examples/hello-java-awt/autoclean.sh index f103c28f6..80411c5b5 100755 --- a/gettext-tools/examples/hello-java-awt/autoclean.sh +++ b/gettext-tools/examples/hello-java-awt/autoclean.sh @@ -29,6 +29,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f po/*.pot diff --git a/gettext-tools/examples/hello-java-qtjambi/autoclean.sh b/gettext-tools/examples/hello-java-qtjambi/autoclean.sh index 338a1219f..2e747e0d1 100755 --- a/gettext-tools/examples/hello-java-qtjambi/autoclean.sh +++ b/gettext-tools/examples/hello-java-qtjambi/autoclean.sh @@ -29,6 +29,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f po/*.pot diff --git a/gettext-tools/examples/hello-java-swing/autoclean.sh b/gettext-tools/examples/hello-java-swing/autoclean.sh index 9ad09caba..2a204f12a 100755 --- a/gettext-tools/examples/hello-java-swing/autoclean.sh +++ b/gettext-tools/examples/hello-java-swing/autoclean.sh @@ -29,6 +29,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f po/*.pot diff --git a/gettext-tools/examples/hello-java/autoclean.sh b/gettext-tools/examples/hello-java/autoclean.sh index 5b40d865f..bc1d20217 100755 --- a/gettext-tools/examples/hello-java/autoclean.sh +++ b/gettext-tools/examples/hello-java/autoclean.sh @@ -29,6 +29,7 @@ rm -f configure rm -f Makefile.in rm -f m4/Makefile.in rm -f po/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f po/*.pot diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index 782dd1123..fbb016c7f 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -21,20 +21,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -51,6 +55,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess diff --git a/gettext-tools/examples/hello-objc/autoclean.sh b/gettext-tools/examples/hello-objc/autoclean.sh index 351b51bcc..e58a26d8d 100755 --- a/gettext-tools/examples/hello-objc/autoclean.sh +++ b/gettext-tools/examples/hello-objc/autoclean.sh @@ -24,20 +24,24 @@ rm -f m4/intldir.m4 rm -f m4/intlmacosx.m4 rm -f m4/intmax.m4 rm -f m4/inttypes-pri.m4 +rm -f m4/inttypes-h.m4 rm -f m4/inttypes_h.m4 rm -f m4/lcmessage.m4 rm -f m4/lib-ld.m4 rm -f m4/lib-link.m4 rm -f m4/lib-prefix.m4 rm -f m4/lock.m4 +rm -f m4/longdouble.m4 rm -f m4/longlong.m4 rm -f m4/nls.m4 rm -f m4/po.m4 rm -f m4/printf-posix.m4 rm -f m4/progtest.m4 +rm -f m4/signed.m4 rm -f m4/size_max.m4 rm -f m4/stdint_h.m4 rm -f m4/uintmax_t.m4 +rm -f m4/ulonglong.m4 rm -f m4/visibility.m4 rm -f m4/wchar_t.m4 rm -f m4/wint_t.m4 @@ -54,6 +58,7 @@ rm -f configure # Generated or brought in by automake. rm -f Makefile.in rm -f m4/Makefile.in +rm -f compile rm -f install-sh rm -f missing rm -f config.guess