help-libtasn1
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] Fix bootstrap with automake 1.12


From: Thierry Reding
Subject: [PATCH 1/2] Fix bootstrap with automake 1.12
Date: Thu, 1 Nov 2012 09:13:53 +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 <address@hidden>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index aae27f3..0acd74a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)
 
-- 
1.8.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]