build/autotools: remove redundant ACLOCAL_AMFLAGS
Will be deprecated in automake 2.0. Replaced by AC_CONFIG_MACRO_DIR (already present) which is available since autoconf 2.63. Signed-off-by: Ran Benita <ran234@gmail.com>master
parent
776cb52361
commit
b2529f2a88
|
@ -1,5 +1,3 @@
|
|||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = xkbcommon.pc
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ dnl
|
|||
dnl Process this file with autoconf to create configure.
|
||||
|
||||
# Initialize Autoconf
|
||||
AC_PREREQ([2.62])
|
||||
AC_PREREQ([2.63])
|
||||
AC_INIT([libxkbcommon], [0.8.0],
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon],
|
||||
[libxkbcommon], [https://xkbcommon.org])
|
||||
|
|
Loading…
Reference in New Issue