Comment out macro invocation.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 14:44:16 +0000 (14:44 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 31 Jul 2006 14:44:16 +0000 (14:44 +0000)
ChangeLog
modules/csharpcomp-script
modules/csharpexec
modules/javacomp-script
modules/javaexec

index d98930ffe8c764e168ed13093e67eef92e55d160..5fad74034d54af9e4a69a93b256edbab4b313200 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-30  Bruno Haible  <bruno@clisp.org>
+
+       * modules/csharpexec (configure.ac): Comment out macro invocation.
+       * modules/javaexec (configure.ac): Likewise.
+       * modules/javacomp-script (configure.ac): Likewise.
+
+       * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
+
 2006-07-30  Bruno Haible  <bruno@clisp.org>
 
        * modules/javaversion (Makefile.am): Distribute javaversion.java and
index 075fe3c47353953c3b357f6e4675be3b0c164554..ae804fe8d2615e35b17b20a081b14bc9f55b9ac1 100644 (file)
@@ -9,7 +9,7 @@ m4/csharp.m4
 Depends-on:
 
 configure.ac:
-gt_CSHARPCOMP
+AC_REQUIRE([gt_CSHARPCOMP])
 AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
 
 Makefile.am:
index 7ca7ce19581bb9acc259bfe91d6d8c03db7fdf7b..d86d2687114f71faee1961c665c56b6662d0a766 100644 (file)
@@ -21,7 +21,7 @@ error
 gettext-h
 
 configure.ac:
-gt_CSHARPEXEC
+# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
 AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
 
 Makefile.am:
index ca48de51da5285c1aaf227621f17ab54de5249f8..eef87bf6733aca7ba1989eccbe201d65330ef65a 100644 (file)
@@ -8,7 +8,7 @@ m4/javacomp.m4
 Depends-on:
 
 configure.ac:
-gt_JAVACOMP
+# You need to invoke gt_JAVACOMP yourself, possibly with arguments.
 AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
 
 Makefile.am:
index 8d82980ef72473f1bcc90ead487903a76770fffc..2c524bc91fa40509f3614d67aebd6f1a2521ed01 100644 (file)
@@ -20,7 +20,7 @@ error
 gettext-h
 
 configure.ac:
-gt_JAVAEXEC
+# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
 AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
 
 Makefile.am: