build/autotools: remove redundant ACLOCAL_AMFLAGS
authorRan Benita <ran234@gmail.com>
Tue, 27 Feb 2018 10:32:40 +0000 (12:32 +0200)
committerRan Benita <ran234@gmail.com>
Tue, 27 Feb 2018 10:36:20 +0000 (12:36 +0200)
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>
Makefile.am
configure.ac

index d832f3d..a7492d0 100644 (file)
@@ -1,5 +1,3 @@
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xkbcommon.pc
 
index 3ebab79..4da1e16 100644 (file)
@@ -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])