* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.

From-SVN: r53297
This commit is contained in:
Rainer Orth 2002-05-08 18:26:56 +00:00 committed by Rainer Orth
parent 83b35bd149
commit a89e49c724
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
2002-05-06 Loren J. Rittle <ljrittle@acm.org>
* ltmain.sh: Detect and handle object name conflicts

View File

@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
esac
# FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
ML_POPDIR=`pwd`
ML_POPDIR=`${PWDCMD-pwd}`
cd ${ml_dir}/${ml_libdir}
if [ -f ${ml_newsrcdir}/configure ]; then