From: Paul Eggert Date: Sun, 17 Aug 2003 00:15:43 +0000 (+0000) Subject: (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446adbea5dd6fcf4bf88338bc4a3ec1df2ee452e;p=pspp (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax error in gl_FUNC_MATCH. This fixes a bug I introduced on 2003-05-28. --- diff --git a/m4/rpmatch.m4 b/m4/rpmatch.m4 index 21c28274c5..4cce297c37 100644 --- 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 @@ AC_DEFUN([gl_FUNC_RPMATCH], # Prerequisites of lib/rpmatch.c. AC_DEFUN([gl_PREREQ_RPMATCH], [ AC_REQUIRE([AC_HEADER_STDC]) + : ])