Fix bootstrap with automake 1.12
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 1 Nov 2012 08:13:53 +0000 (09:13 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 1 Nov 2012 15:10:26 +0000 (16:10 +0100)
automake 1.12 and later require explicit checking for the archiver using
the AM_PROG_AR command when building libraries using libtool.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
configure.ac

index aae27f3..0acd74a 100644 (file)
@@ -40,6 +40,7 @@ AC_PROG_YACC
 dnl Checks for programs.
 AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
 AC_LIBTOOL_WIN32_DLL
+AM_PROG_AR
 AM_PROG_LIBTOOL
 GTK_DOC_CHECK(1.2)