From: Paul Smith Date: Sun, 2 Feb 2014 17:27:48 +0000 (-0500) Subject: * configure.ac: Fixup for newer autoconf/automake X-Git-Tag: 4.1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2a3e9ca9c5842778fcb417bd2fae5c75c2f9a13;p=thirdparty%2Fmake.git * configure.ac: Fixup for newer autoconf/automake --- diff --git a/configure.ac b/configure.ac index 0922e777..ad07a7e1 100644 --- a/configure.ac +++ b/configure.ac @@ -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