Branch: Tag:

2002-09-09

2002-09-09 13:43:28 by Marcus Comstedt <marcus@mc.pp.se>

Generate a specs file for use by pike -x module.

Rev: src/configure.in:1.624
Rev: src/specs.in:1.1

1: - AC_REVISION("$Id: configure.in,v 1.623 2002/09/09 13:41:38 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.624 2002/09/09 13:43:28 marcus Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
5941:      AC_SUBST(dmmsrc)    - AC_OUTPUT(Makefile modules/static_module_makefile post_modules/static_module_makefile:modules/static_module_makefile.in modules/dynamic_module_makefile:$dmmsrc post_modules/dynamic_module_makefile:$dmmsrc precompile.sh,[echo foo >stamp-h ; chmod +x precompile.sh]) + AC_OUTPUT(Makefile modules/static_module_makefile post_modules/static_module_makefile:modules/static_module_makefile.in modules/dynamic_module_makefile:$dmmsrc post_modules/dynamic_module_makefile:$dmmsrc precompile.sh specs,[echo foo >stamp-h ; chmod +x precompile.sh])      # NOTE: M4 uses [] as quotes.