bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] rpmatch.m4 typo fix


From: Paul Eggert
Subject: [Bug-gnulib] rpmatch.m4 typo fix
Date: 16 Aug 2003 17:19:36 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I installed this:

2003-08-16  Paul Eggert  <address@hidden>

        * rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
        error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.

Index: rpmatch.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/rpmatch.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -u -r1.2 -r1.3
--- rpmatch.m4  29 May 2003 07:21:59 -0000      1.2
+++ rpmatch.m4  17 Aug 2003 00:15:43 -0000      1.3
@@ -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])
+  :
 ])
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]