[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] [RFC] Require Autoconf >=2.58

From: Max Bowsher <maxb1_at_ukf.net>
Date: 2007-10-06 05:41:12 CEST

Arfrever Frehtes Taifersar Arahesis wrote:
> [[[
> Require Autoconf >=2.58 and replace some deprecated Autoconf macros with not
> deprecated ones.
>
> * configure.in
> (AC_PREREQ): Require Autoconf >=2.58.
>
> * configure.in
> * build/ac-macros/apache.m4
> * build/ac-macros/java.m4
> * build/ac-macros/neon.m4
> * build/ac-macros/serf.m4
> * build/ac-macros/sqlite.m4
> * build/ac-macros/svn-macros.m4
> * build/ac-macros/swig.m4
> * build/ac-macros/zlib.m4
> Replace uses of AC_HELP_STRING with AS_HELP_STRING.
>
> * build/ac-macros/apache.m4
> * build/ac-macros/berkeley-db.m4
> * build/ac-macros/find_apr.m4
> * build/ac-macros/find_apu.m4
> * build/ac-macros/sasl.m4
> Use AS_HELP_STRING.
>
> * build/ac-macros/berkeley-db.m4
> Replace use of AC_TRY_RUN with AC_RUN_IFELSE and AC_LANG_SOURCE.
>
> * build/ac-macros/svn-macros.m4
> Replace use of AC_TRY_COMPILE with AC_COMPILE_IFELSE and AC_LANG_PROGRAM.
>
> Patch by: Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>
> ]]]

I've started to apply this.

I assume the extra quoting introduced in the patch around the outside of
the AS_HELP_STRING invocations is just following general autoconf
guidelines? Or is it fixing something in particular?

Max.

Received on Sat Oct 6 05:41:30 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.