The AM_PROG_AR macro was introduced into Automake 1.11.2
(Dec 2011), which is used in Check's configure script and
in the example's. Check for this version of Automake
instead.
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1192
64e312b2-a51f-0410-8e61-
82d0ca0eb02a
AC_USE_SYSTEM_EXTENSIONS
# really severe build strictness
-AM_INIT_AUTOMAKE([-Wall gnits 1.9.6])
+AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
# Change to using into-in-builddir in the future:
#AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14])
# fairly severe build strictness
# change foreign to gnu or gnits to comply with gnu standards
-AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.9.6])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign 1.11.2])
# Checks for programs.
AC_PROG_CC