echo $ac_n "checking for test -L""... $ac_c" 1>&6
echo "configure:542: checking for test -L" >&5
ln -s Makefile acconfig.link
-if test -L acconfig.link ; then
+echo "test -L acconfig.link" > acconfig.test
+chmod 777 acconfig.test
+if eval ./acconfig.test ; then
TEST_MINUS_L="test -L" ;
else
TEST_MINUS_L="bash test -L" ;
fi
-rm acconfig.link
+rm -f acconfig.link acconfig.test
echo "$ac_t""$TEST_MINUS_L" 1>&6
rm -f acconfig.link
AC_MSG_CHECKING(for test -L)
ln -s Makefile acconfig.link
-if test -L acconfig.link ; then
+echo "test -L acconfig.link" > acconfig.test
+chmod 777 acconfig.test
+if eval ./acconfig.test ; then
TEST_MINUS_L="test -L" ;
else
TEST_MINUS_L="bash test -L" ;
fi
-rm acconfig.link
+rm -f acconfig.link acconfig.test
AC_MSG_RESULT($TEST_MINUS_L)
AC_SUBST(TEST_MINUS_L)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams