diff options
| -rwxr-xr-x | configure.ac | 1 | ||||
| -rw-r--r-- | m4/.gitignore | 2 | 
2 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1016c7f995..390f222bb0 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. diff --git a/m4/.gitignore b/m4/.gitignore index cc778b9e99..d444101103 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -8,3 +8,5 @@  !ax_sys_weak_alias.m4  !ax_sys_weak_alias.m4  !pkg.m4 + +/ac  | 
