From: Paul Eggert Date: Sat, 16 Aug 2003 09:40:57 +0000 (+0000) Subject: (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, fixing a typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2d00f3641023f822d6f0aa981b1570de2196ce;p=pspp (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE, fixing a typo. --- diff --git a/m4/readlink.m4 b/m4/readlink.m4 index fd73d49f12..ec53e14db8 100644 --- a/m4/readlink.m4 +++ b/m4/readlink.m4 @@ -1,4 +1,4 @@ -# readlink.m4 serial 1 +# readlink.m4 serial 2 dnl Copyright (C) 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 @@ -16,7 +16,7 @@ AC_DEFUN([gl_FUNC_READLINK], ]) # Prerequisites of lib/readlink.c. -AC_DEFUN([gl_PREREQ_READLINE], +AC_DEFUN([gl_PREREQ_READLINK], [ : ])