diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 16:23:48 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-28 16:23:48 -0500 |
commit | 43b673fcad88f797635947961202d75a917c20bf (patch) | |
tree | 44ee771e5fc6f4f33384d22caeda9ce91290ceed | |
parent | travis.yml: don't do a distcheck for fix-gnustack (diff) | |
download | elfix-43b673fcad88f797635947961202d75a917c20bf.tar.gz elfix-43b673fcad88f797635947961202d75a917c20bf.tar.bz2 elfix-43b673fcad88f797635947961202d75a917c20bf.zip |
configure.ac: use autoconf 2.68
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |