Re: change macro of modules csharpexec, javaexec, javacomp-script

2006-08-08 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Tue, Aug 08, 2006 at 03:10:13PM CEST: > > | configure.ac:4: error: AC_REQUIRE(foo): cannot be used outside of an > > AC_DEFUN'd macro > > Indeed, "gnulib-tool --create-testdir" creates a configure.ac directly. > I'm changing it to allow AC_REQUIREs. But IMO t

Re: change macro of modules csharpexec, javaexec, javacomp-script

2006-08-08 Thread Bruno Haible
Ralf Wildenhues wrote: > > --- 9,15 > > Depends-on: > > > > configure.ac: > > ! AC_REQUIRE([gt_CSHARPCOMP]) > > AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in]) > > > > Makefile.am: > > Doesn't this possibly end up in configure.ac outside of any macro > definition? Y

Re: change macro of modules csharpexec, javaexec, javacomp-script

2006-08-06 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Mon, Jul 31, 2006 at 04:41:40PM CEST: > The macros of these modules take arguments; therefore no generally valid > invocation can be put into the module description file. > * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE. > > *** modules/csh

change macro of modules csharpexec, javaexec, javacomp-script

2006-07-31 Thread Bruno Haible
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): Like