From: Bartosz Golaszewski Date: Fri, 13 Jan 2017 16:49:47 +0000 (+0100) Subject: build: drop the aclocal flags X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0ffe021d5e8d79c7c48a114dda8f6117634ace55;p=qemu-gpiodev%2Flibgpiod.git build: drop the aclocal flags We don't use the m4 local directory for now. Signed-off-by: Bartosz Golaszewski --- diff --git a/Makefile.am b/Makefile.am index e250369..9c817f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ # AUTOMAKE_OPTIONS = foreign -ACLOCAL_AMFLAGS = -I m4 LIBS = AM_CPPFLAGS = -I$(top_srcdir) -include $(top_srcdir)/config.h -Wextra diff --git a/configure.ac b/configure.ac index 9f8b7aa..745c97d 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,6 @@ AC_PREREQ(2.61) AC_INIT([libgpiod], 0.0.0) -AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([autostuff]) AM_INIT_AUTOMAKE([foreign -Wall -Werror subdir-objects])