From: Paul Eggert Date: Tue, 29 Aug 2023 14:59:57 +0000 (-0700) Subject: rename: fix m4 comment X-Git-Tag: v1.0~855 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=521666d84945b48af2dba00d646fb9945a6d4d6c;p=gnulib.git rename: fix m4 comment * m4/rename.m4: Fix comment to match code. --- diff --git a/m4/rename.m4 b/m4/rename.m4 index b41c3f3ac6..096f088cc6 100644 --- a/m4/rename.m4 +++ b/m4/rename.m4 @@ -1,4 +1,4 @@ -# serial 35 +# serial 36 # Copyright (C) 2001, 2003, 2005-2006, 2009-2023 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation @@ -9,8 +9,8 @@ dnl From Volker Borchert. dnl Determine whether rename works for source file names with a trailing slash. dnl The rename from SunOS 4.1.1_U1 doesn't. dnl -dnl If it doesn't, then define RENAME_TRAILING_SLASH_BUG and arrange -dnl to compile the wrapper function. +dnl If it doesn't, arrange to compile the wrapper function and define +dnl macros for use by that function. dnl AC_DEFUN([gl_FUNC_RENAME],