* configure.ac: Fixup for newer autoconf/automake
authorPaul Smith <psmith@gnu.org>
Sun, 2 Feb 2014 17:27:48 +0000 (12:27 -0500)
committerPaul Smith <psmith@gnu.org>
Sat, 8 Feb 2014 21:01:10 +0000 (16:01 -0500)
configure.ac

index 0922e77..ad07a7e 100644 (file)
@@ -30,6 +30,7 @@ AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([1.11.1 silent-rules foreign -Wall -Werror])
 
 # Checks for programs.
+AC_USE_SYSTEM_EXTENSIONS
 AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_RANLIB
@@ -38,6 +39,9 @@ AC_CHECK_PROG([AR], [ar], [ar], [ar])
 # Perl is needed for the test suite (only)
 AC_CHECK_PROG([PERL], [perl], [perl], [perl])
 
+# Needed for w32/Makefile.am
+AM_PROG_AR
+
 # Specialized system macros
 AC_CANONICAL_HOST
 AC_AIX