summaryrefslogtreecommitdiff
path: root/config-ml.in
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2002-05-08 18:26:56 +0000
committerRainer Orth <ro@gcc.gnu.org>2002-05-08 18:26:56 +0000
commita89e49c7242d5013dc8943b09723265af4dbecdf (patch)
tree63146aa261f66f6ad558e9de77f19ce3df8e24c7 /config-ml.in
parent83b35bd149e0c13785542abdd3e89e4c73514438 (diff)
* config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
From-SVN: r53297
Diffstat (limited to 'config-ml.in')
-rw-r--r--config-ml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-ml.in b/config-ml.in
index 16885f95f0e..a2780356a0c 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -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