aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-10 15:24:57 +0200
committerChristian Grothoff <christian@grothoff.org>2016-08-10 15:24:57 +0200
commit4e73550bde8d08f49460e89d1fccd3250caef498 (patch)
treeb5124491f498a7ac88d8d67c41bfe503c2d5872f
parenta19b226167966952138a9905a78c5b29067717d0 (diff)
include m4 dir
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 705de3d..c23bec4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
SUBDIRS = doc
-
+ACLOCAL_AMFLAGS = -I m4
lib_LTLIBRARIES = \
libbrandt.la
diff --git a/configure.ac b/configure.ac
index cd03067..f86a34e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_INIT([libbrandt], [0.1], [teichm@net.in.tum.de])
AM_INIT_AUTOMAKE([1.15])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([brandt.c])
AC_CONFIG_HEADERS([brandt_config.h])