From 892ea21de148310f3d23fe4efaf97d4031e40afe Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sat, 2 Jun 2018 07:16:19 -0700 Subject: [PATCH 1/2] [3.6] Docs: fix some wrong words (GH-6987) Fix typos in code comments: bdb.py and configure.ac.. (cherry picked from commit b5c246f833d95991fed728c3845176dd661cd5ea) Co-authored-by: Eitan Adler --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 30d70cff2586e3..338be3b9a6bd44 100644 --- a/configure.ac +++ b/configure.ac @@ -155,7 +155,7 @@ AC_ARG_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 ) @@ -632,7 +632,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 From fd9ef8b4240bed8afc8d753d4a76d301f01f894e Mon Sep 17 00:00:00 2001 From: mariatta Date: Fri, 8 Jun 2018 16:23:54 -0700 Subject: [PATCH 2/2] Ran `autoconf` --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7b7b6c82dfea13..986ab871bd53ec 100755 --- a/configure +++ b/configure @@ -3003,7 +3003,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 ) @@ -3527,7 +3527,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