commit: 4e7dd0fa8256ecdb32a6ffed688f8b46c2a1dccc Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Sep 27 06:28:57 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Sep 27 06:28:57 2015 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=4e7dd0fa
build: bump min autoconf/automake requirements No real reason to do this other than making sure people are all testing with the same baseline-ish versions. Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 2e1bc9d..081398c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -AC_PREREQ([2.61]) +AC_PREREQ([2.69]) AC_INIT([sandbox], [2.10], [[email protected]]) -AM_INIT_AUTOMAKE([1.12 dist-xz no-dist-gzip silent-rules subdir-objects -Wall]) +AM_INIT_AUTOMAKE([1.14 dist-xz no-dist-gzip silent-rules subdir-objects -Wall]) AM_SILENT_RULES([yes]) # AM_INIT_AUTOMAKE([silent-rules]) is broken atm AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4])
