From 923c5624fe7e134e80b941ff12b6665659b7eaa5 Mon Sep 17 00:00:00 2001 From: "slamm%netscape.com" Date: Fri, 10 Sep 1999 18:29:28 +0000 Subject: [PATCH] Fix for people without '.' in their path. Thanks to Tim Rowley for the fix. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 414db2f9824..e2546d183a8 100644 --- a/configure.in +++ b/configure.in @@ -3280,7 +3280,7 @@ dnl dnl OpenVMS gets a line overflow on the long eval command, so use a temp file. dnl echo $MAKEFILES | $PERL $srcdir/build/autoconf/acoutput-fast.pl > conftest.sh -. conftest.sh +. ./conftest.sh rm conftest.sh AC_OUTPUT($MAKEFILES)