commit: 43b673fcad88f797635947961202d75a917c20bf Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Feb 28 21:23:48 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Feb 28 21:23:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/elfix.git/commit/?id=43b673fc
configure.ac: use autoconf 2.68 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 245d2db..208d566 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -AC_PREREQ([2.65]) +AC_PREREQ([2.68]) AC_INIT([elfix], [0.9], [http://bugs.gentoo.org/]) AC_CONFIG_SRCDIR([src/paxctl-ng.c]) AC_CONFIG_HEADERS([config.h])
