[PATCH 02/11] Stop using deprecated form of AC_INIT

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


---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 57fa0079..301e2ebe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,8 @@ dnl ** Process it with autoconf to get ./configure
 dnl ** (c) 1999--2000 Martin Mares <mj at ucw.cz>
 
 AC_REVISION($Id$)
-AC_INIT(conf/confbase.Y)
+AC_INIT
+AC_CONFIG_SRCDIR([conf/confbase.Y])
 AC_CONFIG_AUX_DIR(tools)
 
 AC_ARG_ENABLE(debug,	[  --enable-debug          enable internal debugging routines (default: disabled)],,enable_debug=no)
-- 
2.12.0



More information about the Bird-users mailing list