[Python-checkins] r45392 - python/trunk/configure python/trunk/configure.in (original) (raw)
martin.v.loewis python-checkins at python.org
Fri Apr 14 17:16:16 CEST 2006
- Previous message: [Python-checkins] r45391 - python/trunk/Modules/_hotshot.c
- Next message: [Python-checkins] r45393 - python/trunk/Lib/encodings/idna.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: martin.v.loewis Date: Fri Apr 14 17:16:15 2006 New Revision: 45392
Modified: python/trunk/configure python/trunk/configure.in Log: Patch #1045620: Prepend Modules/ before Setup in stdout.
Modified: python/trunk/configure
--- python/trunk/configure (original) +++ python/trunk/configure Fri Apr 14 17:16:15 2006 @@ -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 @@ 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
Modified: python/trunk/configure.in
--- python/trunk/configure.in (original) +++ python/trunk/configure.in Fri Apr 14 17:16:15 2006 @@ -3221,13 +3221,13 @@ 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
- Previous message: [Python-checkins] r45391 - python/trunk/Modules/_hotshot.c
- Next message: [Python-checkins] r45393 - python/trunk/Lib/encodings/idna.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]