(gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 00:15:43 +0000 (00:15 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Aug 2003 00:15:43 +0000 (00:15 +0000)
error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.

m4/rpmatch.m4

index 21c28274c55916e9b5fbf82707b787e2952db73a..4cce297c37ac17b535e7f338e08f14e819ef284f 100644 (file)
@@ -1,4 +1,4 @@
-# rpmatch.m4 serial 2
+# rpmatch.m4 serial 3
 dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
@@ -17,5 +17,6 @@ AC_DEFUN([gl_FUNC_RPMATCH],
 # Prerequisites of lib/rpmatch.c.
 AC_DEFUN([gl_PREREQ_RPMATCH], [
   AC_REQUIRE([AC_HEADER_STDC])
+  :
 ])