changeset 7084:901806ac9d51

Comment out macro invocation.
author Bruno Haible <bruno@clisp.org>
date Mon, 31 Jul 2006 14:44:16 +0000
parents ce7bf8da4d44
children 6a24b1c63a3a
files ChangeLog modules/csharpcomp-script modules/csharpexec modules/javacomp-script modules/javaexec
diffstat 5 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/modules/csharpcomp-script
+++ b/modules/csharpcomp-script
@@ -9,7 +9,7 @@
 Depends-on:
 
 configure.ac:
-gt_CSHARPCOMP
+AC_REQUIRE([gt_CSHARPCOMP])
 AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
 
 Makefile.am:
--- a/modules/csharpexec
+++ b/modules/csharpexec
@@ -21,7 +21,7 @@
 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:
--- a/modules/javacomp-script
+++ b/modules/javacomp-script
@@ -8,7 +8,7 @@
 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:
--- a/modules/javaexec
+++ b/modules/javaexec
@@ -20,7 +20,7 @@
 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: