summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-09-08 01:56:35 (GMT)
committerGuido van Rossum <guido@python.org>1997-09-08 01:56:35 (GMT)
commitbbd6152fec8008b93547893439db0aef9de9c6cb (patch)
tree95ab8816632e10aafdb3b80a1bf12290eb443075 /configure
parentab61c6b290e0fda826b2b0ddc5599001c45000b5 (diff)
downloadcpython-bbd6152fec8008b93547893439db0aef9de9c6cb.zip
cpython-bbd6152fec8008b93547893439db0aef9de9c6cb.tar.gz
cpython-bbd6152fec8008b93547893439db0aef9de9c6cb.tar.bz2
Prefix MACHDEP directory with 'plat-'.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index a06ce33..a1b82e9 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
-# From configure.in Revision: 1.64
+# From configure.in Revision: 1.65
# Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.12
@@ -577,7 +577,7 @@ fi
sed -e 's/://' -e 's/\./_/'` && \
ac_sys_system=next && ac_sys_release=$4
- MACHDEP="$ac_sys_system$ac_sys_release"
+ MACHDEP="plat-$ac_sys_system$ac_sys_release"
fi
fi
@@ -597,10 +597,10 @@ then
tr -d '/ ' | tr '[A-Z]' '[a-z]'`
ac_md_release=`echo $ac_sys_release |
tr -d '/ ' | sed 's/\..*//'`
- MACHDEP="$ac_md_system$ac_md_release"
+ MACHDEP="plat-$ac_md_system$ac_md_release"
case $MACHDEP in
- '') MACHDEP=unknown;;
+ '') MACHDEP="plat-unknown";;
esac
fi
echo "$ac_t""$MACHDEP" 1>&6