]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Also install or remove m4/progtest.m4.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Sep 2005 11:02:14 +0000 (11:02 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:51 +0000 (12:12 +0200)
39 files changed:
gettext-tools/examples/ChangeLog
gettext-tools/examples/hello-c++-qt/autoclean.sh
gettext-tools/examples/hello-c++-qt/autogen.sh
gettext-tools/examples/hello-clisp/autoclean.sh
gettext-tools/examples/hello-clisp/autogen.sh
gettext-tools/examples/hello-csharp-forms/autoclean.sh
gettext-tools/examples/hello-csharp-forms/autogen.sh
gettext-tools/examples/hello-csharp/autoclean.sh
gettext-tools/examples/hello-csharp/autogen.sh
gettext-tools/examples/hello-gawk/autoclean.sh
gettext-tools/examples/hello-gawk/autogen.sh
gettext-tools/examples/hello-guile/autoclean.sh
gettext-tools/examples/hello-guile/autogen.sh
gettext-tools/examples/hello-java-awt/autoclean.sh
gettext-tools/examples/hello-java-awt/autogen.sh
gettext-tools/examples/hello-java-swing/autoclean.sh
gettext-tools/examples/hello-java-swing/autogen.sh
gettext-tools/examples/hello-java/autoclean.sh
gettext-tools/examples/hello-java/autogen.sh
gettext-tools/examples/hello-librep/autoclean.sh
gettext-tools/examples/hello-librep/autogen.sh
gettext-tools/examples/hello-pascal/autoclean.sh
gettext-tools/examples/hello-pascal/autogen.sh
gettext-tools/examples/hello-perl/autoclean.sh
gettext-tools/examples/hello-perl/autogen.sh
gettext-tools/examples/hello-php/autoclean.sh
gettext-tools/examples/hello-php/autogen.sh
gettext-tools/examples/hello-python/autoclean.sh
gettext-tools/examples/hello-python/autogen.sh
gettext-tools/examples/hello-sh/autoclean.sh
gettext-tools/examples/hello-sh/autogen.sh
gettext-tools/examples/hello-smalltalk/autoclean.sh
gettext-tools/examples/hello-smalltalk/autogen.sh
gettext-tools/examples/hello-tcl-tk/autoclean.sh
gettext-tools/examples/hello-tcl-tk/autogen.sh
gettext-tools/examples/hello-tcl/autoclean.sh
gettext-tools/examples/hello-tcl/autogen.sh
gettext-tools/examples/hello-ycp/autoclean.sh
gettext-tools/examples/hello-ycp/autogen.sh

index 3e7e98baddc2cf28a10d12340e74b36398c54041..7b14cbd11d6ee1ee326ae4754fcb3f6fe5d30be8 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-19  Bruno Haible  <bruno@clisp.org>
+
+       * hello-*/autogen.sh: Also install m4/progtest.m4.
+       * hello-*/autoclean.sh: Also remove m4/progtest.m4.
+
 2005-07-24  Bruno Haible  <bruno@clisp.org>
 
        Tidy up exported symbols.
index 9a2895bb07a5e045f571019b2c0da87c5fb2489f..5faf36df34ba28ddc47115da4f825721b0a98f91 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 4633d75ac67c36e99675d577c10da3d3b3963018..7e7cf92df24c872801e0f1def374cdcd9331a898 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index 068b28c17f8980705bbdf181a584f1c4178982d0..388ecf80498d2a39f644200ac3335ba43840777b 100755 (executable)
@@ -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.
index 3a99626c616c5bf9e609ec39a31b7575d04603d5..1cc417bf3fcaffa56e6e2991d0d5010be03ff156 100755 (executable)
@@ -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
index 068b28c17f8980705bbdf181a584f1c4178982d0..388ecf80498d2a39f644200ac3335ba43840777b 100755 (executable)
@@ -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.
index 3a99626c616c5bf9e609ec39a31b7575d04603d5..1cc417bf3fcaffa56e6e2991d0d5010be03ff156 100755 (executable)
@@ -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
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index bc98b971aee86d2a38dcebd72e2e114f31783517..3d987e423b1a0c130f75fab16a8d728e182e7019 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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.
index 4eccce8a7b30a83af73ebe8128d0653e523656a0..55374ab02b695ac5eab767b2cffc554036a5cc7e 100755 (executable)
@@ -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}/gcj.m4 m4/gcj.m4
index 9d0209cfaf2434bb9f318d5b2581a7f61cbaaa41..37110e12b597285b300b4121c91f35360455c604 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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.
index 4eccce8a7b30a83af73ebe8128d0653e523656a0..55374ab02b695ac5eab767b2cffc554036a5cc7e 100755 (executable)
@@ -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}/gcj.m4 m4/gcj.m4
index 7a343842c05e7f7584eb0cfa87b11ba0e2d9a1d5..fcf7b10d0af9d40f70dcaad990d587b1e1a11fd5 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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.
index 4eccce8a7b30a83af73ebe8128d0653e523656a0..55374ab02b695ac5eab767b2cffc554036a5cc7e 100755 (executable)
@@ -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}/gcj.m4 m4/gcj.m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4
index beb6fc6558c2401c768e77961ade71252a1c420d..7b5d858c76e0615ef50687ecfc801252908eef59 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index e11e9a092810e5f1216ac15c9cc8b761afa128c6..c24d592671f77d3fa6372e085b8cd02c6e0668f3 100755 (executable)
@@ -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
 
 aclocal -I m4
index beb6fc6558c2401c768e77961ade71252a1c420d..7b5d858c76e0615ef50687ecfc801252908eef59 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index e11e9a092810e5f1216ac15c9cc8b761afa128c6..c24d592671f77d3fa6372e085b8cd02c6e0668f3 100755 (executable)
@@ -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
 
 aclocal -I m4
index a309cee671d8faaf4bf09a1a3b58e5a8559e3da1..7fd9f34f9d2d9d1038a0790d989a63f17fa90beb 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 # Example for use of GNU gettext.
-# Copyright (C) 2003 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2005 Free Software Foundation, Inc.
 # This file is in the public domain.
 #
 # Script for cleaning all autogenerated files.
@@ -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
 
 # Generated by aclocal.
index 591fa2947b5ede32fb9bcf77b0ea931a15de6973..9611033c6b74f699b1f3017f5fd27a04b2946092 100755 (executable)
@@ -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
 
 aclocal -I m4