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