The macros of these modules take arguments; therefore no generally valid
invocation can be put into the module description file.

2006-07-30  Bruno Haible  <[EMAIL PROTECTED]>

        * 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.

*** modules/csharpexec.bak      2006-01-09 14:54:59.000000000 +0100
--- modules/csharpexec  2006-07-30 22:58:08.000000000 +0200
***************
*** 21,27 ****
  gettext-h
  
  configure.ac:
! gt_CSHARPEXEC
  AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
  
  Makefile.am:
--- 21,27 ----
  gettext-h
  
  configure.ac:
! # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
  AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
  
  Makefile.am:
*** modules/javaexec.bak        2006-01-09 14:54:59.000000000 +0100
--- modules/javaexec    2006-07-30 22:58:48.000000000 +0200
***************
*** 20,26 ****
  gettext-h
  
  configure.ac:
! gt_JAVAEXEC
  AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
  
  Makefile.am:
--- 20,26 ----
  gettext-h
  
  configure.ac:
! # You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
  AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
  
  Makefile.am:
*** modules/csharpcomp-script.bak       2006-01-09 14:54:59.000000000 +0100
--- modules/csharpcomp-script   2006-07-30 22:55:17.000000000 +0200
***************
*** 9,15 ****
  Depends-on:
  
  configure.ac:
! gt_CSHARPCOMP
  AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
  
  Makefile.am:
--- 9,15 ----
  Depends-on:
  
  configure.ac:
! AC_REQUIRE([gt_CSHARPCOMP])
  AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
  
  Makefile.am:
*** modules/javacomp-script.bak 2006-01-09 14:54:59.000000000 +0100
--- modules/javacomp-script     2006-07-30 22:58:31.000000000 +0200
***************
*** 8,14 ****
  Depends-on:
  
  configure.ac:
! gt_JAVACOMP
  AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
  
  Makefile.am:
--- 8,14 ----
  Depends-on:
  
  configure.ac:
! # You need to invoke gt_JAVACOMP yourself, possibly with arguments.
  AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
  
  Makefile.am:


Reply via email to