]> granicus.if.org Git - python/commitdiff
Patch #1045620: Prepend Modules/ before Setup in stdout.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 14 Apr 2006 15:16:15 +0000 (15:16 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 14 Apr 2006 15:16:15 +0000 (15:16 +0000)
configure
configure.in

index 17f49467e5ca2d9f83b6110c1fb2f5293055f5dc..ab5f4182941a96203cf5e82ae5072e3abf5ed5f7 100755 (executable)
--- 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
index 394af6b4d85f19a5954b08974eda9ee17d267162..c303445e9fe345d4ef19d9e3247cf78986ddec8f 100644 (file)
@@ -3221,13 +3221,13 @@ AC_MSG_RESULT(done)
 AC_CONFIG_FILES(Makefile.pre Modules/Setup.config)
 AC_OUTPUT
 
-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