pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-30
2002-08-30 21:52:01 by H. William Welliver III <bill@welliver.org>
f4215b77a17903d8d9227010850b7e66e333df92 (
15
lines) (+
11
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
added required cc_dynamic for darwin.
Rev: src/configure.in:1.614
1:
-
AC_REVISION("$Id: configure.in,v 1.
613
2002/08/
27
15
:
39
:
18
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
614
2002/08/
30
21
:
52
:
01
bill
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
724:
LC_REQ="-lc" case "$pike_cv_sys_os" in
+
Darwin*)
+
LC_REQ="-lc -lcc_dynamic"
+
;;
SCO*) case "$CFLAGS" in *-belf*)
5891:
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,[echo foo >stamp-h ; chmod +x
preco
+
mpile
.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`"
-
PIKE_VERSION_LONG="Pike v`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` release `sed -n -e 's/^.*PIKE_BUILD_VERSION[[ \t]]*\([[^ \t]]*\)/\1/p' <$srcdir/version.h`"
+
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/
ver
+
sion
.h`"
+
PIKE_VERSION_LONG="Pike v`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` release `sed -n -e 's/^.*PIKE_BUILD_VERSION[[ \t]]*\([[^ \t]]*\)
+
/\1/p' <$srcdir/version.h`"
cat >conftest.c <<EOF