* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Wed, 8 May 2002 18:26:56 +0000 (18:26 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Wed, 8 May 2002 18:26:56 +0000 (18:26 +0000)
From-SVN: r53297

ChangeLog
config-ml.in

index 0b7656b6850fa7b0ffd3e4d4a8960b9015ed2cac..b58681b7874065df3011f5970b216e693b471fab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 16885f95f0e16a95118128171123c15f93257048..a2780356a0c02524d717713fa810ffe8996826db 100644 (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