From 0cfb69c89ce7afd778f76377154723edea085748 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 31 Jul 2006 14:44:16 +0000 Subject: [PATCH] Comment out macro invocation. --- ChangeLog | 8 ++++++++ modules/csharpcomp-script | 2 +- modules/csharpexec | 2 +- modules/javacomp-script | 2 +- modules/javaexec | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d98930ffe..5fad74034 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 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 javaversion.class. Also install javaversion.class in $(pkgdatadir) and set PKGDATADIR to point to it. diff --git a/modules/csharpcomp-script b/modules/csharpcomp-script index 075fe3c47..ae804fe8d 100644 --- a/modules/csharpcomp-script +++ b/modules/csharpcomp-script @@ -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: diff --git a/modules/csharpexec b/modules/csharpexec index 7ca7ce195..d86d26871 100644 --- a/modules/csharpexec +++ b/modules/csharpexec @@ -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: diff --git a/modules/javacomp-script b/modules/javacomp-script index ca48de51d..eef87bf67 100644 --- a/modules/javacomp-script +++ b/modules/javacomp-script @@ -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: diff --git a/modules/javaexec b/modules/javaexec index 8d82980ef..2c524bc91 100644 --- a/modules/javaexec +++ b/modules/javaexec @@ -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: -- 2.11.0