mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
configure.ac: use automake 1.11
This commit is contained in:
parent
754c98e8df
commit
4b6c99d7e5
@ -1,7 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
export WANT_AUTOMAKE=1.13
|
||||
autoreconf -f -i
|
||||
autoreconf -f -i -s
|
||||
|
||||
cd man
|
||||
./make.sh
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user