aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-02-28 17:31:02 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-02-28 17:31:02 -0500
commit4b6c99d7e50b3bea8c55ecac39e3f1109af578a5 (patch)
treeb8300c42d7f8e5965ba207bacd149ca28d4ae111 /configure.ac
parentconfigure.ac: we don't need xsltproc, but making doc's does (diff)
downloadeudev-4b6c99d7e50b3bea8c55ecac39e3f1109af578a5.tar.gz
eudev-4b6c99d7e50b3bea8c55ecac39e3f1109af578a5.tar.bz2
eudev-4b6c99d7e50b3bea8c55ecac39e3f1109af578a5.zip
configure.ac: use automake 1.11
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4fa6647c8..420c44941 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,3 @@
-
AC_PREREQ([2.68])
AC_INIT([eudev],[3.1.5],[https://github.com/gentoo/eudev/issues])
AC_SUBST(UDEV_VERSION, 220)
@@ -11,7 +10,7 @@ AC_PREFIX_DEFAULT([/usr])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([foreign 1.13])
+AM_INIT_AUTOMAKE([foreign 1.11])
AM_SILENT_RULES([yes])
LT_PREREQ(2.2)