Commit c80c93f4 authored by Matthias Klose's avatar Matthias Klose

Merged revisions 80443 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80443 | matthias.klose | 2010-04-24 18:38:36 +0200 (Sa, 24 Apr 2010) | 2 lines

  - Issue #8509: Fix quoting in help strings and code snippets in configure.in.
........
parent 1ce6b581
...@@ -1121,6 +1121,9 @@ Build ...@@ -1121,6 +1121,9 @@ Build
- python-config now supports multiple options on the same command line. - python-config now supports multiple options on the same command line.
- Issue #8509: Fix quoting in help strings and code snippets in configure.in.
Documentation Documentation
------------ ------------
......
#! /bin/sh #! /bin/sh
# From configure.in Revision: 80191 . # From configure.in Revision: 80276 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for python 3.2. # Generated by GNU Autoconf 2.61 for python 3.2.
# #
...@@ -2058,8 +2058,8 @@ fi ...@@ -2058,8 +2058,8 @@ fi
##AC_ARG_WITH(dyld, ##AC_ARG_WITH(dyld,
## AC_HELP_STRING(--with-dyld, ## AC_HELP_STRING([--with-dyld],
## Use (OpenStep|Rhapsody) dynamic linker)) ## [Use (OpenStep|Rhapsody) dynamic linker]))
## ##
# Set name for machine-dependent library files # Set name for machine-dependent library files
...@@ -3834,7 +3834,7 @@ else ...@@ -3834,7 +3834,7 @@ else
{ echo "$as_me:$LINENO: result: no" >&5 { echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6; } echo "${ECHO_T}no" >&6; }
fi fi
rm -f -r conftest* rm -f conftest*
...@@ -5439,7 +5439,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5439,7 +5439,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -5460,7 +5460,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -5460,7 +5460,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_header_stdc=no ac_cv_header_stdc=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -6560,7 +6560,7 @@ _ACEOF ...@@ -6560,7 +6560,7 @@ _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
{ echo "$as_me:$LINENO: result: $was_it_defined" >&5 { echo "$as_me:$LINENO: result: $was_it_defined" >&5
echo "${ECHO_T}$was_it_defined" >&6; } echo "${ECHO_T}$was_it_defined" >&6; }
...@@ -7090,7 +7090,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -7090,7 +7090,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
ac_cv_type_uid_t=no ac_cv_type_uid_t=no
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 { echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5
...@@ -15793,7 +15793,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -15793,7 +15793,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
else else
unistd_defines_pthreads=no unistd_defines_pthreads=no
fi fi
rm -f -r conftest* rm -f conftest*
{ echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5 { echo "$as_me:$LINENO: result: $unistd_defines_pthreads" >&5
echo "${ECHO_T}$unistd_defines_pthreads" >&6; } echo "${ECHO_T}$unistd_defines_pthreads" >&6; }
...@@ -17091,7 +17091,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17091,7 +17091,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then $EGREP "yes" >/dev/null 2>&1; then
ipv6type=$i ipv6type=$i
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
kame) kame)
...@@ -17114,7 +17114,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17114,7 +17114,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
linux-glibc) linux-glibc)
...@@ -17135,7 +17135,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17135,7 +17135,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6type=$i; ipv6type=$i;
ipv6trylibc=yes ipv6trylibc=yes
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
linux-inet6) linux-inet6)
...@@ -17173,7 +17173,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17173,7 +17173,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
v6d) v6d)
...@@ -17196,7 +17196,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17196,7 +17196,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6libdir=/usr/local/v6/lib; ipv6libdir=/usr/local/v6/lib;
BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS" BASECFLAGS="-I/usr/local/v6/include $BASECFLAGS"
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
zeta) zeta)
...@@ -17218,7 +17218,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | ...@@ -17218,7 +17218,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
ipv6lib=inet6; ipv6lib=inet6;
ipv6libdir=/usr/local/v6/lib ipv6libdir=/usr/local/v6/lib
fi fi
rm -f -r conftest* rm -f conftest*
;; ;;
esac esac
...@@ -25733,7 +25733,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -25733,7 +25733,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */ /* confdefs.h. */
...@@ -25752,7 +25752,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -25752,7 +25752,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
...@@ -26022,7 +26022,7 @@ cat >>confdefs.h <<\_ACEOF ...@@ -26022,7 +26022,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF _ACEOF
fi fi
rm -f -r conftest* rm -f conftest*
fi fi
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment