Branch: Tag:

2003-05-07

2003-05-07 10:47:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now creates modules/common_module_makefile.

Rev: src/configure.in:1.720

1: - AC_REVISION("$Id: configure.in,v 1.719 2003/04/30 10:39:44 grubba Exp $") + AC_REVISION("$Id: configure.in,v 1.720 2003/05/07 10:47:08 grubba Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
6598:      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 specs,[echo foo >stamp-h ; chmod +x precompile.sh]) + common_module_makefile=modules/common_module_makefile + AC_SUBST_FILE(common_module_makefile)    -  + AC_OUTPUT(Makefile \ +  modules/common_module_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.      PIKE_VERSION="`sed -n -e 's/^.*PIKE_MAJOR_VERSION[[ \t]]*\([[^ \t]]*\)/\1/p' <$srcdir/version.h`.`sed -n -e 's/^.*PIKE_MINOR_VERSION[[ \t]]*\([[^ \t]]*\)/\1/p' <$srcdir/version.h`.`sed -n -e 's/^.*PIKE_BUILD_VERSION[[ \t]]*\([[^ \t]]*\)/\1/p' <$srcdir/version.h`"