From 149d252f61d9315d018e6e56cd5795c9f0282002 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Sun, 15 Jan 2017 18:58:08 +0100 Subject: [PATCH] configure: don't use the m4 directory This fixes the buildroot build. Signed-off-by: Bartosz Golaszewski --- Makefile.am | 1 - configure.ac | 1 - 2 files changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6151e59..727efbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,6 @@ # AUTOMAKE_OPTIONS = foreign -ACLOCAL_AMFLAGS = -I m4 SUBDIRS = include src doc: diff --git a/configure.ac b/configure.ac index 7520eb1..73e02cf 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src]) AC_CONFIG_HEADER([config.h]) -AC_CONFIG_MACRO_DIR([m4]) AC_ARG_ENABLE([tools], [AC_HELP_STRING([--enable-tools], -- 2.30.2