* configure.ac: Fixup for newer autoconf/automake

This commit is contained in:
Paul Smith 2014-02-02 12:27:48 -05:00
parent e1863c05d8
commit d2a3e9ca9c

View 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