diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-11-01 09:13:53 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-01 16:10:26 +0100 |
commit | 3dc5d4be516c7c0a86c2fbe1098debb485e50289 (patch) | |
tree | aed3f6047330125dd63e95f58df8e0ae2aa7b93d /configure.ac | |
parent | b7bd8b012c913cf0a85b3e620ccdf408567f8027 (diff) | |
download | libtasn1-3dc5d4be516c7c0a86c2fbe1098debb485e50289.tar.gz libtasn1-3dc5d4be516c7c0a86c2fbe1098debb485e50289.tar.bz2 libtasn1-3dc5d4be516c7c0a86c2fbe1098debb485e50289.zip |
Fix bootstrap with automake 1.12
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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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) |