Quote the first argument in each use of AC_DEFUN.
[gnulib.git] / m4 / malloc.m4
index 25ab6e3..05c66ad 100644 (file)
@@ -1,11 +1,11 @@
-#serial 4
+#serial 5
 
 dnl From Jim Meyering.
 dnl Determine whether malloc accepts 0 as its argument.
 dnl If it doesn't, arrange to use the replacement function.
 dnl
 
-AC_DEFUN(jm_FUNC_MALLOC,
+AC_DEFUN([jm_FUNC_MALLOC],
 [
  dnl xmalloc.c requires that this symbol be defined so it doesn't
  dnl mistakenly use a broken malloc -- as it might if this test were omitted.