mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Comment out macro invocation.
This commit is contained in:
@@ -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>
|
2006-07-30 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* modules/javaversion (Makefile.am): Distribute javaversion.java and
|
* modules/javaversion (Makefile.am): Distribute javaversion.java and
|
||||||
|
@@ -9,7 +9,7 @@ m4/csharp.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_CSHARPCOMP
|
AC_REQUIRE([gt_CSHARPCOMP])
|
||||||
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
|
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
@@ -21,7 +21,7 @@ error
|
|||||||
gettext-h
|
gettext-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_CSHARPEXEC
|
# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
|
||||||
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
|
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
@@ -8,7 +8,7 @@ m4/javacomp.m4
|
|||||||
Depends-on:
|
Depends-on:
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_JAVACOMP
|
# You need to invoke gt_JAVACOMP yourself, possibly with arguments.
|
||||||
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
|
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
@@ -20,7 +20,7 @@ error
|
|||||||
gettext-h
|
gettext-h
|
||||||
|
|
||||||
configure.ac:
|
configure.ac:
|
||||||
gt_JAVAEXEC
|
# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
|
||||||
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
|
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
Reference in New Issue
Block a user