Branch: Tag:

2002-12-07

2002-12-07 17:16:26 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

getting rid of more bashisms (test a == b)

Rev: src/configure.in:1.652

1: - AC_REVISION("$Id: configure.in,v 1.651 2002/12/06 11:40:12 mirar Exp $") + AC_REVISION("$Id: configure.in,v 1.652 2002/12/07 17:16:26 mirar Exp $")   AC_INIT(interpret.c)   AC_CONFIG_HEADER(machine.h)   
52:    [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 + if test "x$enable_make_conf" = x"yes" -a -f /etc/make.conf; then    set >conftest.tmp    echo Using settings from /etc/make.conf...    source /etc/make.conf