--- aclocal.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index a13b71f3..36749c58 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -134,7 +134,7 @@ AC_DEFUN([BIRD_ADD_GCC_OPTION], # BIRD_CHECK_PROG_FLAVOR_GNU(PROGRAM-PATH, IF-SUCCESS, [IF-FAILURE]) # copied autoconf internal _AC_PATH_PROG_FLAVOR_GNU -m4_define([BIRD_CHECK_PROG_FLAVOR_GNU], +AC_DEFUN([BIRD_CHECK_PROG_FLAVOR_GNU], [# Check for GNU $1 case `"$1" --version 2>&1` in *GNU*) @@ -143,4 +143,4 @@ m4_ifval([$3], [*) $3;; ])esac -])# +]) -- 2.12.0
- [PATCH 00/13] Some more cleanup for configure.ac and aclocal... Ruben Kerkhof
- [PATCH 01/13] aclocal.m4: remove unused macro Ruben Kerkhof
- [PATCH 02/13] aclocal.m4: use normal macro for function Ruben Kerkhof
- [PATCH 03/13] use fixed width integers types from <s... Ruben Kerkhof
- [PATCH 05/13] aclocal.m4: consistently quote and indent Ruben Kerkhof
- [PATCH 04/13] Remove check for struct ip_mreqn Ruben Kerkhof
- [PATCH 06/13] configure.ac: fix indentation Ruben Kerkhof
- [PATCH 07/13] configure.ac: use AS_HELP_STRING for help... Ruben Kerkhof
- [PATCH 08/13] Consistently quote all macro arguments Ruben Kerkhof
- [PATCH 09/13] Remove dead code Ruben Kerkhof
- [PATCH 10/13] configure.ac: reorganize a bit Ruben Kerkhof
- [PATCH 11/13] Simplify check for alloca.h Ruben Kerkhof
- [PATCH 12/13] Simplify check for syslog.h Ruben Kerkhof
