test -e seems to be a little bit incompatible. Use -f instead.
authorkramm <kramm>
Tue, 15 Jan 2002 22:13:42 +0000 (22:13 +0000)
committerkramm <kramm>
Tue, 15 Jan 2002 22:13:42 +0000 (22:13 +0000)
aclocal.m4

index 05aa83f..eee4251 100644 (file)
@@ -56,7 +56,7 @@ int main (int argc, char*argv[])
 ], OK=OK,,CROSSCOMPILE=1)
 
 if test "x${OK}" = "xOK";then
-    test -e config.tmp2 || OK=
+    test -f config.tmp2 || OK=
 fi
 
 if test "x${CROSSCOMPILE}" = "x1";then