pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-09
2004-03-09 13:42:22 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8a88f169708693c92c9a85646672979eca4e3d4f (
17
lines) (+
9
/-
8
)
[
Show
|
Annotate
]
Branch:
7.9
make.conf should not be used.
Rev: src/configure.in:1.805
1:
-
AC_REVISION("$Id: configure.in,v 1.
804
2004/03/09
09
:
50
:
03
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
805
2004/03/09
13
:
42
:
22
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
164:
ldflags_is_set=yes fi
-
if test "x$enable_make_conf" = x"yes" -a -f /etc/make.conf; then
-
set >conftest.tmp
-
echo Using settings from /etc/make.conf...
-
. /etc/make.conf
-
set | diff -u conftest.tmp - | grep '^+C'
-
PIKE_MSG_WARN([Using settings from /etc/make.conf.])
-
fi
+
#
if test "x$enable_make_conf" = x"yes" -a -f /etc/make.conf; then
+
#
set >conftest.tmp
+
#
echo Using settings from /etc/make.conf...
+
#
. /etc/make.conf
+
#
set | diff -u conftest.tmp - | grep '^+C'
+
#
PIKE_MSG_WARN([Using settings from /etc/make.conf.])
+
#
fi
AC_ARG_WITH(cflags, MY_DESCR([--with-cflags=cflags], [specify extra c compiler flags]),