aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-02-28 16:23:48 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-02-28 16:23:48 -0500
commit43b673fcad88f797635947961202d75a917c20bf (patch)
tree44ee771e5fc6f4f33384d22caeda9ce91290ceed
parenttravis.yml: don't do a distcheck for fix-gnustack (diff)
downloadelfix-43b673fcad88f797635947961202d75a917c20bf.tar.gz
elfix-43b673fcad88f797635947961202d75a917c20bf.tar.bz2
elfix-43b673fcad88f797635947961202d75a917c20bf.zip
configure.ac: use autoconf 2.68
-rw-r--r--configure.ac2
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])