--- 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 <m...@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
- Some autoconf cleanups Ruben Kerkhof
- [PATCH 02/11] Stop using deprecated form of AC_INIT Ruben Kerkhof
- [PATCH 01/11] Rename configure.in to configure.ac Ruben Kerkhof
- [PATCH 04/11] Use AC_MSG_RESULT to format output Ruben Kerkhof
- [PATCH 05/11] AC_TRY_COMPILE is deprecated Ruben Kerkhof
- [PATCH 03/11] Remove unused AC_REVISION macro Ruben Kerkhof
- [PATCH 07/11] Move bird-specific macros to m4/bird.m4 Ruben Kerkhof
- [PATCH 06/11] Fix some autoheader warnings Ruben Kerkhof
- [PATCH 10/11] Define templates for protocols Ruben Kerkhof
- [PATCH 08/11] Quote macro definitions in bird.m4 Ruben Kerkhof
- [PATCH 09/11] Define templates for integer types Ruben Kerkhof
- [PATCH 11/11] Remove header template Ruben Kerkhof