pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-05-07
2003-05-07 10:47:08 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e5aa6ba773eb972487736af35f95bab03a634351 (
17
lines) (+
15
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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`"