Branch: Tag:

2002-12-06

2002-12-06 11:40:12 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

use /etc/make.conf per default if found

Rev: src/configure.in:1.651

1: - AC_REVISION("$Id: configure.in,v 1.650 2002/11/28 17:47:02 kiwi Exp $") + AC_REVISION("$Id: configure.in,v 1.651 2002/12/06 11:40:12 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
6148:   shared object... .$SO   libs............ $LIBS   optimize........ $OPTIMIZE + CFLAGS.......... $CFLAGS   cross-compiled.. $cross_compiling      features: