diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:14:46 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-05-08 10:14:46 (GMT) |
commit | 22520ea35412dcf945c076867d3d5a7e92a057c4 (patch) | |
tree | f40784c1668d4dac4f1624750f0a07d36b7019b0 /configure | |
parent | a0bea5d5a23efb627ce8a95f09e01ef562263b19 (diff) | |
download | cpython-22520ea35412dcf945c076867d3d5a7e92a057c4.zip cpython-22520ea35412dcf945c076867d3d5a7e92a057c4.tar.gz cpython-22520ea35412dcf945c076867d3d5a7e92a057c4.tar.bz2 |
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 80832 . +# From configure.in Revision: 80964 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.65 for python 2.7. # @@ -2963,8 +2963,8 @@ fi ##AC_ARG_WITH(dyld, -## AC_HELP_STRING(--with-dyld, -## Use (OpenStep|Rhapsody) dynamic linker)) +## AS_HELP_STRING([--with-dyld], +## [Use (OpenStep|Rhapsody) dynamic linker])) ## # Set name for machine-dependent library files |