From 1f34a08346424870dd7c37be0f91ce0a00a39160 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 11 Apr 2012 16:19:38 -0400 Subject: [PATCH] AX_CHECK_LIBRARY: Bump serial to match upstream The m4_ifnblank patch was accepted upstream as http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff;h=7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72 Signed-off-by: Anders Kaseorg (closes #153) --- m4/ax_check_library.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_check_library.m4 b/m4/ax_check_library.m4 index d51d038..7da6fa3 100644 --- a/m4/ax_check_library.m4 +++ b/m4/ax_check_library.m4 @@ -60,7 +60,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 3 +#serial 4 AC_DEFUN([AX_CHECK_LIBRARY], [ AC_ARG_VAR($1[_CPPFLAGS], [C preprocessor flags for ]$1[ headers])