mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 13:45:46 +00:00
Automated update
This commit is contained in:
parent
58e1e16a1c
commit
b4536e996a
11
configure
vendored
11
configure
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user