aboutsummaryrefslogtreecommitdiffhomepage
path: root/m4
diff options
context:
space:
mode:
authorGravatar Anders Kaseorg <andersk@mit.edu>2012-04-11 16:19:38 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-04-13 12:06:23 -0400
commit1f34a08346424870dd7c37be0f91ce0a00a39160 (patch)
tree933ff4d731ad232a71f8ff9044d00bde649a513e /m4
parentb86cf72ea43f499113ea2a750a98f962394e79a8 (diff)
AX_CHECK_LIBRARY: Bump serial to match upstream
The m4_ifnblank patch was accepted upstream as 7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72">http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=commitdiff;h=7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72 Signed-off-by: Anders Kaseorg <andersk@mit.edu> (closes #153)
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_check_library.m42
1 files changed, 1 insertions, 1 deletions
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])