From: Anders Kaseorg Date: Tue, 11 Jun 2013 08:53:21 +0000 (-0400) Subject: configure: Use AM_PROG_AR if available (needed by Automake 1.12) X-Git-Tag: 2.1~7 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/a2b3cd0b9ee1db4551e54ba2964075e029b8f7e1 configure: Use AM_PROG_AR if available (needed by Automake 1.12) Signed-off-by: Anders Kaseorg --- diff --git a/configure.ac b/configure.ac index f3a05d9..317c921 100644 --- a/configure.ac +++ b/configure.ac @@ -6,6 +6,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_PREFIX_DEFAULT([/]) AC_DISABLE_STATIC AC_PROG_CC +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_LIBTOOL AC_HEADER_STDBOOL