aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-05-20 07:40:41 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-05-20 07:40:41 -0400
commit81a525e85441935c7d80e5199c7c3c40f9dcbacd (patch)
treeb4d8029c6d6c23cb8ef854eef4f8ec7d399dc44c /configure.ac
parentscripts/setup.py: fix version number (diff)
downloadelfix-81a525e85441935c7d80e5199c7c3c40f9dcbacd.tar.gz
elfix-81a525e85441935c7d80e5199c7c3c40f9dcbacd.tar.bz2
elfix-81a525e85441935c7d80e5199c7c3c40f9dcbacd.zip
Bump to automake 1.12
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4fbf6b2..a50f00d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,7 @@ AC_PREREQ([2.68])
AC_INIT([elfix], [0.8], [http://bugs.gentoo.org/])
AC_CONFIG_SRCDIR([src/fix-gnustack.c])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([1.11 foreign])
+AM_INIT_AUTOMAKE([1.12 foreign])
AM_SILENT_RULES([no])
LT_PREREQ([2.4])