summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 11:59:24 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 15:42:36 +0200
commit8b11dfcaec411015ead4a400de6e682db3898477 (patch)
tree179e8221a9be9c7913e22cd4a0760e9dadfe62cc /configure.ac
parentbuild: properly split CFLAGS from AC_CFLAGS (diff)
downloadfrr-8b11dfcaec411015ead4a400de6e682db3898477.tar.xz
frr-8b11dfcaec411015ead4a400de6e682db3898477.zip
build: use AC_CONFIG_AUX_DIR
aka the "put shit into a subdirectory" option Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1016c7f99..390f222bb 100755
--- a/configure.ac
+++ b/configure.ac
@@ -18,6 +18,7 @@ AC_SUBST([CONFIG_ARGS])
AC_CONFIG_SRCDIR([lib/zebra.h])
AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_AUX_DIR([m4/ac])
dnl -----------------------------------
dnl Get hostname and other information.