Patch #1045620: Prepend Modules/ before Setup in stdout.

This commit is contained in:
Martin v. Löwis 2006-04-14 15:16:15 +00:00
parent f24de1e990
commit f7afe958ed
2 changed files with 5 additions and 5 deletions

6
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.in Revision: 45328 . # From configure.in Revision: 45387 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for python 2.5. # Generated by GNU Autoconf 2.59 for python 2.5.
# #
@ -22956,13 +22956,13 @@ if test "$no_create" != yes; then
fi fi
echo "creating Setup" echo "creating Modules/Setup"
if test ! -f Modules/Setup if test ! -f Modules/Setup
then then
cp $srcdir/Modules/Setup.dist Modules/Setup cp $srcdir/Modules/Setup.dist Modules/Setup
fi fi
echo "creating Setup.local" echo "creating Modules/Setup.local"
if test ! -f Modules/Setup.local if test ! -f Modules/Setup.local
then then
echo "# Edit this file for local setup changes" >Modules/Setup.local echo "# Edit this file for local setup changes" >Modules/Setup.local

View File

@ -3221,13 +3221,13 @@ AC_MSG_RESULT(done)
AC_CONFIG_FILES(Makefile.pre Modules/Setup.config) AC_CONFIG_FILES(Makefile.pre Modules/Setup.config)
AC_OUTPUT AC_OUTPUT
echo "creating Setup" echo "creating Modules/Setup"
if test ! -f Modules/Setup if test ! -f Modules/Setup
then then
cp $srcdir/Modules/Setup.dist Modules/Setup cp $srcdir/Modules/Setup.dist Modules/Setup
fi fi
echo "creating Setup.local" echo "creating Modules/Setup.local"
if test ! -f Modules/Setup.local if test ! -f Modules/Setup.local
then then
echo "# Edit this file for local setup changes" >Modules/Setup.local echo "# Edit this file for local setup changes" >Modules/Setup.local