]> git.sur5r.net Git - kconfig-frontends/commit
configure: avoid warning with automake 1.12 on Cygwin
authorYann E. MORIN" <yann.morin.1998@free.fr>
Thu, 25 Oct 2012 19:07:48 +0000 (21:07 +0200)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Thu, 25 Oct 2012 19:07:48 +0000 (21:07 +0200)
commit79286dbc70a7f14ce9e35391c89b8e6fdc4e6e10
treee46765eb10f483755323d9abe9dae7cfab52fe7b
parent635e5f48a4e09ff1a64ffeb7dfc3d46d847aeedd
configure: avoid warning with automake 1.12 on Cygwin

With automake 1.12 came a new macro, AM_PROG_AR, which *must* be used if
the archiver (eg. ar on GNU systems) is used, to support exotic archivers
such as the one from Microsoft (lib).

Unfortunately, this macro causes issues on older automake versions, and
thus needs to be conditionalised (if that wasn't a word, it now is ;-) )

Furthermore, this macro *must* be called before we initialise libtool
(with LT_INIT).

Sigh... :-/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac