Move autoconf version check to autogen.sh

Mark Wielaard mark at klomp.org
Fri Nov 28 03:09:24 PST 2008


Hi,

We are using AC_PREREQ in configure.ac to check that we have autoconf
2.61. Sadly that causes warnings on NEWER versions of autoconf (like
2.63), sigh. So I moved the version check into autogen.sh instead:

2008-11-28  Mark Wielaard  <mark at klomp.org>

    * autogen.sh: Check for autoconf > 2.61.
    * configure.ac: Remove AC_PREREQ([2.61]).

Cheers,

Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autoconf-check.patch
Type: text/x-patch
Size: 991 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20081128/8c264885/autoconf-check.patch 


More information about the distro-pkg-dev mailing list