pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-29
2004-12-29 11:52:56 by Henrik Grubbström (Grubba) <grubba@grubba.org>
edfca598734c4a9a5ce516e84184a6120773b9d2 (
11
lines) (+
9
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in previous commit.
Added PIKE_LIB.
Rev: src/configure.in:1.863
1:
-
AC_REVISION("$Id: configure.in,v 1.
862
2004/12/29
09:
11:
45
agehall
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
863
2004/12/29 11:
52:56
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1804:
]) ;; i686)
-
AC_SYS_COMPILER_FLAG(-
mpu
=i686,mcpu_i686,CFLAGS,[
+
AC_SYS_COMPILER_FLAG(-
mcpu
=i686,mcpu_i686,CFLAGS,[
AC_SYS_COMPILER_FLAG(-mpentiumpro,pentiumpro,CFLAGS,[ AC_SYS_COMPILER_FLAG(-mcpu=pentium,mcpu_pentium,CFLAGS,[ AC_SYS_COMPILER_FLAG(-mpentium,pentium,CFLAGS)
7163:
if test x$with_dynamic_modules = xyes ; then dmmsrc="modules/dynamic_module_makefile.in" CCSHARED="${CCSHARED} -DDYNAMIC_MODULE"
+
PIKE_LIB="pike.so"
else dmmsrc="modules/static_module_makefile.in"
-
+
PIKE_LIB="pike.a"
fi
-
+
AC_SUBST(PIKE_LIB)
+
############################################################################# PMOD_TARGETS=
7189:
echo "Shared object extension: $SO" echo "Dynamic modules: $with_dynamic_modules" echo
+
echo "PIKE_LIB: $PIKE_LIB"
+
echo
echo "CPPFLAGS: $CPPFLAGS" echo "CFLAGS: $CFLAGS" echo "CCSHARED: $CCSHARED"