[Python-checkins] Regenerate configure after changing configure.ac in GH-6987. (GH-7344)

Ned Deily webhook-mailer at python.org
Mon Jun 4 01:20:28 EDT 2018


https://github.com/python/cpython/commit/88cc339ee377f3acd4c6936be8edb6be4fa48657
commit: 88cc339ee377f3acd4c6936be8edb6be4fa48657
branch: master
author: Serhiy Storchaka <storchaka at gmail.com>
committer: Ned Deily <nad at python.org>
date: 2018-06-04T01:20:25-04:00
summary:

Regenerate configure after changing configure.ac in GH-6987. (GH-7344)

files:
M configure

diff --git a/configure b/configure
index ea482602c615..f73334da7707 100755
--- a/configure
+++ b/configure
@@ -3000,7 +3000,7 @@ if test "${enable_universalsdk+set}" = set; then :
   enableval=$enable_universalsdk;
 	case $enableval in
 	yes)
-		# Locate the best usable SDK, see Mac/README.txt for more
+		# Locate the best usable SDK, see Mac/README for more
 		# information
 		enableval="`/usr/bin/xcodebuild -version -sdk macosx Path 2>/dev/null`"
 		if ! ( echo $enableval | grep -E '\.sdk' 1>/dev/null )
@@ -3455,7 +3455,7 @@ fi
 if test "$ac_sys_system" = "Darwin"
 then
 	# Compiler selection on MacOSX is more complicated than
-	# AC_PROG_CC can handle, see Mac/README.txt for more
+	# AC_PROG_CC can handle, see Mac/README for more
 	# information
 	if test -z "${CC}"
 	then



More information about the Python-checkins mailing list