diff options
author | Luca Deri <deri@ntop.org> | 2020-09-08 09:51:02 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-09-08 09:51:02 +0200 |
commit | 5a3956fe27c910541ea87a87330f75cf7cf31abb (patch) | |
tree | f90f043fe0f1c7115f205805184608908d0e6afb | |
parent | 8ed6409b350a8838b7905aa48b47e430ed48f959 (diff) |
Added command for specifying the aux files dir
-rw-r--r-- | configure.seed | 1 |
1 files changed, 1 insertions, 0 deletions
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]) |