Fix for people without '.' in their path. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.

This commit is contained in:
slamm%netscape.com 1999-09-10 18:29:28 +00:00
Родитель d1ff3d550d
Коммит 923c5624fe
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)