diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-08-10 15:24:57 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-08-10 15:24:57 +0200 |
commit | 4e73550bde8d08f49460e89d1fccd3250caef498 (patch) | |
tree | b5124491f498a7ac88d8d67c41bfe503c2d5872f /configure.ac | |
parent | a19b226167966952138a9905a78c5b29067717d0 (diff) |
include m4 dir
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |