changeset 4576:08a754a6e236

(gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax error in gl_FUNC_MATCH. This fixes a bug I introduced on 2003-05-28.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Aug 2003 00:15:43 +0000
parents 1061fde50418
children cfe17b2f3f6f
files m4/rpmatch.m4
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/rpmatch.m4
+++ b/m4/rpmatch.m4
@@ -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 @@
 # Prerequisites of lib/rpmatch.c.
 AC_DEFUN([gl_PREREQ_RPMATCH], [
   AC_REQUIRE([AC_HEADER_STDC])
+  :
 ])