pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-07
2002-12-07 16:26:02 by Mirar (Pontus Hagland) <pike@sort.mirar.org>
3084f2c5474057cbeb654972583bee776422ba83 (
16
lines) (+
15
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
use settings from /etc/make.conf if it exist
Rev: src/configure.in:1.652
1:
-
AC_REVISION("$Id: configure.in,v 1.
651
2002/12/
05
20
:
09
:
46
mast
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
652
2002/12/
07
16
:
26
:
02
mirar
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
48:
fi else :; fi
+
AC_ARG_ENABLE(make_conf, MY_DESCR([--disable-make.conf],
+
[do not use settings from /etc/make.conf]),
+
[], [enable_make_conf=yes])
+
+
if test "x$enable_make_conf" == x"yes" -a -e /etc/make.conf; then
+
set >conftest.tmp
+
echo Using settings from /etc/make.conf...
+
source /etc/make.conf
+
set | diff -u conftest.tmp - | grep '^+C'
+
fi
+
+
if test "x${CFLAGS-}" = x ; then cflags_is_set=no else
6149:
shared object... .$SO libs............ $LIBS optimize........ $OPTIMIZE
+
CFLAGS.......... $CFLAGS
cross-compiled.. $cross_compiling features: