configure.ac: use automake 1.11

This commit is contained in:
Anthony G. Basile 2016-02-28 17:31:02 -05:00
parent 754c98e8df
commit 4b6c99d7e5
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
export WANT_AUTOMAKE=1.13
autoreconf -f -i
autoreconf -f -i -s
cd man
./make.sh

View File

@ -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)