]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 May 2003 21:37:10 +0000 (21:37 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 9 May 2003 21:37:10 +0000 (21:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@7620 0785d39b-7218-0410-832d-ea1e28bc413d

tests/configure
tests/configure.in

index 704cdde655d831a71769dc6ff4ff78d9a119434e..2a32c9e3baff973cd4ef76b3edd3f32042dfb2c6 100755 (executable)
@@ -540,12 +540,14 @@ rm -f acconfig.link
 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
 
 
index 14df4c0ed309f756323511f4bb6b928ea37db5ee..47bd4340e2d4784de8801e6dcae1b15e56e2f48f 100644 (file)
@@ -30,12 +30,14 @@ dnl mutually exclusive
 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


Typeset in Trocchi and Trocchi Bold Sans Serif.