Commit a89e49c7 by Rainer Orth Committed by Rainer Orth

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

From-SVN: r53297
parent 83b35bd1
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> 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
* ltmain.sh: Detect and handle object name conflicts * ltmain.sh: Detect and handle object name conflicts
......
...@@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then ...@@ -756,7 +756,7 @@ if [ -n "${multidirs}" ] && [ -z "${ml_norecursion}" ]; then
esac esac
# FIXME: POPDIR=${PWD=`pwd`} doesn't work here. # FIXME: POPDIR=${PWD=`pwd`} doesn't work here.
ML_POPDIR=`pwd` ML_POPDIR=`${PWDCMD-pwd}`
cd ${ml_dir}/${ml_libdir} cd ${ml_dir}/${ml_libdir}
if [ -f ${ml_newsrcdir}/configure ]; then if [ -f ${ml_newsrcdir}/configure ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment