summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-14 15:16:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-14 15:16:15 (GMT)
commitf7afe958edf3805806c1ea42fb2aed12779073b9 (patch)
tree959c10708dcbe9bc339c988fad8b812f14d5e870 /configure
parentf24de1e99049fb0b4c35afd76f91a964e08752de (diff)
downloadcpython-f7afe958edf3805806c1ea42fb2aed12779073b9.zip
cpython-f7afe958edf3805806c1ea42fb2aed12779073b9.tar.gz
cpython-f7afe958edf3805806c1ea42fb2aed12779073b9.tar.bz2
Patch #1045620: Prepend Modules/ before Setup in stdout.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 17f4946..ab5f4182 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 45328 .
+# From configure.in Revision: 45387 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5.
#
@@ -22956,13 +22956,13 @@ if test "$no_create" != yes; then
fi
-echo "creating Setup"
+echo "creating Modules/Setup"
if test ! -f Modules/Setup
then
cp $srcdir/Modules/Setup.dist Modules/Setup
fi
-echo "creating Setup.local"
+echo "creating Modules/Setup.local"
if test ! -f Modules/Setup.local
then
echo "# Edit this file for local setup changes" >Modules/Setup.local