diff m4/gnu-source.m4 @ 3339:81d88e517811

Quote the first argument in each use of AC_DEFUN.
author Jim Meyering <jim@meyering.net>
date Sun, 12 Aug 2001 13:26:00 +0000
parents 3dbc76440590
children e0dc20c56272
line wrap: on
line diff
--- a/m4/gnu-source.m4
+++ b/m4/gnu-source.m4
@@ -1,11 +1,11 @@
-#serial 2
+#serial 3
 # Make sure _GNU_SOURCE is defined where necessary: as early as possible
 # for configure-time tests, as well as for every source file that includes
 # config.h.
 
 # From Jim Meyering.
 
-AC_DEFUN(AC__GNU_SOURCE,
+AC_DEFUN([AC__GNU_SOURCE],
 [
   # Make sure that _GNU_SOURCE is defined for all subsequent
   # configure-time compile tests.