]> granicus.if.org Git - python/commitdiff
Prefix MACHDEP directory with 'plat-'.
authorGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 01:56:35 +0000 (01:56 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Sep 1997 01:56:35 +0000 (01:56 +0000)
configure
configure.in

index a06ce333485bafcbf72d8376519794d963522b3c..a1b82e929bad0ec00c3e47313bfb8f6ae2ce7a03 100755 (executable)
--- 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
index efcb8b8f151e5c35d73646b9e54d843017efeb3e..38ae566c6b9e123f0267d7b6536a17e65dc27e0c 100644 (file)
@@ -28,7 +28,7 @@ if test -f /usr/lib/NextStep/software_version; then
                        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
 
@@ -47,10 +47,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
 AC_MSG_RESULT($MACHDEP)