This commit is contained in:
slamm%netscape.com 1999-09-09 19:37:14 +00:00
Родитель 5ffbf3effa
Коммит 4817418b3f
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -3258,9 +3258,6 @@ fi
AC_SUBST(MOZ_DEFINES)
dnl Manually make the directories to get around deficiency in AC_OUTPUT
mkdir -p lib modules modules/security build build/package
dnl Load the list of Makefiles to generate.
dnl To add new Makefiles, edit allmakefiles.sh.
dnl allmakefiles.sh sets the variable, MAKEFILES.
@ -3277,7 +3274,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
eval `cat conftest.sh`
. conftest.sh
rm conftest.sh
AC_OUTPUT($MAKEFILES)