[PATCH 07/11] Move bird-specific macros to m4/bird.m4

Ruben Kerkhof ruben at rubenkerkhof.com
Sat Mar 4 18:13:23 CET 2017


---
 .gitignore               | 1 +
 configure.ac             | 1 +
 aclocal.m4 => m4/bird.m4 | 0
 3 files changed, 2 insertions(+)
 rename aclocal.m4 => m4/bird.m4 (100%)

diff --git a/.gitignore b/.gitignore
index 52510836..4945b84e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+/aclocal.m4
 /autom4te.cache/
 /doc/*.html
 /obj/
diff --git a/configure.ac b/configure.ac
index 26c37a7b..d9213ed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,7 @@ dnl ** (c) 1999--2000 Martin Mares <mj at ucw.cz>
 AC_INIT
 AC_CONFIG_SRCDIR([conf/confbase.Y])
 AC_CONFIG_AUX_DIR(tools)
+AC_CONFIG_MACRO_DIR([m4])
 
 AC_ARG_ENABLE(debug,	[  --enable-debug          enable internal debugging routines (default: disabled)],,enable_debug=no)
 AC_ARG_ENABLE(memcheck,	[  --enable-memcheck       check memory allocations when debugging (default: enabled)],,enable_memcheck=yes)
diff --git a/aclocal.m4 b/m4/bird.m4
similarity index 100%
rename from aclocal.m4
rename to m4/bird.m4
-- 
2.12.0



More information about the Bird-users mailing list