Automated update

This commit is contained in:
briano%netscape.com 1999-09-02 01:31:18 +00:00
parent 58e1e16a1c
commit b4536e996a

11
configure vendored
View File

@ -10000,8 +10000,15 @@ else
done
. ${srcdir}/allmakefiles.sh
eval `echo $MAKEFILES | \
$PERL $srcdir/build/autoconf/acoutput-fast.pl` 2>/dev/null
if test "$OS_TARGET" = "POSIX_for_OpenVMS_AXP"; then
echo $MAKEFILES | $PERL $srcdir/build/autoconf/acoutput-fast.pl \
>configsh.tmp 2>/dev/null
eval `cat configsh.tmp`
rm configsh.tmp
else
eval `echo $MAKEFILES | \
$PERL $srcdir/build/autoconf/acoutput-fast.pl` 2>/dev/null
fi
fi
trap '' 1 2 15