Bug 1379540 - Don't preserve timestamp when copying configure.in to configure. r=RyanVM

This commit is contained in:
Philip Chimento 2017-09-05 15:47:44 -07:00
parent 09bb84cd0c
commit addeeddf9d

View File

@ -101,7 +101,7 @@ case $cmd in
cp -pPR ${TOPSRCDIR}/.cargo/config.in ${tgtpath}/.cargo
# generate configure files to avoid build dependency on autoconf-2.13
cp -pPR ${TOPSRCDIR}/js/src/configure.in ${tgtpath}/js/src/configure
cp -PR ${TOPSRCDIR}/js/src/configure.in ${tgtpath}/js/src/configure
chmod a+x ${tgtpath}/js/src/configure
${AUTOCONF} --localdir=${TOPSRCDIR}/js/src \
${TOPSRCDIR}/js/src/old-configure.in >${tgtpath}/js/src/old-configure