From 5a3956fe27c910541ea87a87330f75cf7cf31abb Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Tue, 8 Sep 2020 09:51:02 +0200 Subject: Added command for specifying the aux files dir --- configure.seed | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.seed b/configure.seed index bf1260fd3..b6fb04c29 100644 --- a/configure.seed +++ b/configure.seed @@ -1,5 +1,6 @@ AC_INIT([libndpi], [@NDPI_VERSION_SHORT@]) +AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) -- cgit v1.2.3