pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-09
2002-09-09 13:43:28 by Marcus Comstedt <marcus@mc.pp.se>
39bc07d1687d41a286cb323521c18c3135ed5338 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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.