solaris' test doesn't like -e

This commit is contained in:
Bill Currie 2002-04-07 04:16:30 +00:00
parent e4b549d11d
commit 9175360d53

View file

@ -33,12 +33,12 @@ if test -n "$ac" ; then
fi
if test "$AC_VER_MINOR" -lt "50" ; then
if test ! -e configure.in ; then
if test ! -f configure.in ; then
ln -s configure.ac configure.in
fi
echo "If you see some warnings about cross-compiling, don't worry; this is normal."
elif test "$WOODY_FIX" = "yes" ; then
if test ! -e configure.in ; then
if test ! -f configure.in ; then
ln -s configure.ac configure.in
fi
else