# HG changeset patch # User Bruno Haible # Date 1154357056 0 # Node ID 901806ac9d514e4bb004f1924ddd1ed6444a4a09 # Parent ce7bf8da4d44224f7223b07d589aab82ce7cc057 Comment out macro invocation. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-30 Bruno Haible + + * 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 * modules/javaversion (Makefile.am): Distribute javaversion.java and diff --git a/modules/csharpcomp-script b/modules/csharpcomp-script --- 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: diff --git a/modules/csharpexec b/modules/csharpexec --- 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: diff --git a/modules/javacomp-script b/modules/javacomp-script --- 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: diff --git a/modules/javaexec b/modules/javaexec --- 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: