]> granicus.if.org Git - check/commitdiff
autotools: change automake requirement to 1.11.2
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 23 Sep 2014 01:29:02 +0000 (01:29 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 23 Sep 2014 01:29:02 +0000 (01:29 +0000)
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

configure.ac
doc/example/configure.ac

index 37abf0b92ce3bd27e6c4b9db616f4f582451a99a..5c2366b6829292de2c0c354da31a4930db2d3726 100644 (file)
@@ -26,7 +26,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 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])
 
index f3cb54b184afefa0b1c7732c5dcb63c0ea209a97..9796ba8ad04f3e65743aff152638aac3e348b7bf 100644 (file)
@@ -13,7 +13,7 @@ AC_CONFIG_AUX_DIR([build-aux])
 
 # 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