#!/bin/sh
-# $Id: configure,v 1.3 2000/12/06 06:00:49 cph Exp $
+# $Id: configure,v 1.4 2000/12/21 22:01:56 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-if test ! -f machine; then
+if test ! -e machine; then
case `./config.guess` in
alpha-* | alphaev[56]-* | alphaev56-* | alphapca56-* )
MACHINE=alpha
ln -s machines/${MACHINE} machine
fi
for FN in compiler.cbf compiler.pkg compiler.sf make.com; do \
- test -f ${FN} || ln -s machine/${FN} .; \
+ test -e ${FN} || ln -s machine/${FN} .; \
done