[Patches] [ python-Patches-629426 ] autoconf-2.5X mods for configure.in

noreply@sourceforge.net noreply@sourceforge.net
Sun, 27 Oct 2002 07:36:40 -0800


Patches item #629426, was opened at 2002-10-27 09:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=629426&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Art Haas (ahaas)
Assigned to: Nobody/Anonymous (nobody)
Summary: autoconf-2.5X mods for configure.in

Initial Comment:
Hi.

Here's another patch for configure.in that replaces a
few more obsolete macros ...

AC_CONFIG_HEADER ==> AC_CONFIG_HEADERS
AC_ERROR ==> AC_MSG_ERROR

There are a couple of uses of AC_MSG_RESULT that had
unecessary escaped quotes, so I removed them. These
were pointed out when running "autoconf --warnings=all".

This patch also adds the AC_HELP_STRING macro in most
of the AC_ARG_* macros. This macro is designed to
format the output the configure script presents when
invoked "configure --help". In adding this macro I've
added a few more explicit quotes in some of the
AC_ARG_* macros also. The AC_HELP_STRING macro itself
though is not quoted (unlike nearly every other macro
in autoconf-2.5X) as this is specified by the autoconf
docs.

A couple of places in the patch have "@<:@" and "@:>@".
These are autoconf quadrigraphs that expand to "[' and
"]" in the configure script. I used them so the
"--help" output would retain the square brackets in
places it does currently.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=629426&group_id=5470