aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Engelhardt <[email protected]>2013-03-30 03:33:09 +0100
committerBrian Behlendorf <[email protected]>2013-04-02 10:55:20 -0700
commit8c3926294579f64f6ebe09b0ddaed5dd9cbd48ef (patch)
tree9a8486ee49c40dc8d0c44c36015748a9fda24872 /configure.ac
parentea0fcfc8752f96ad518793f946b84394a679640c (diff)
build: do not call boilerplate ourself
Rationale see section 3.5 "Using `autoreconf' to Update `configure' Scripts" of the autoconf manual. http://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/autoreconf-Invocation.html Signed-off-by: Jan Engelhardt <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 413114bac..a058a1fff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,6 +34,7 @@ AC_INIT
AC_LANG(C)
ZFS_AC_META
AC_CONFIG_AUX_DIR([config])
+AC_CONFIG_MACRO_DIR([config])
AC_CANONICAL_SYSTEM
AM_MAINTAINER_MODE
AM_SILENT_RULES