From: Bruno Haible Date: Mon, 24 Feb 2003 10:40:20 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v0.12~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=011212a84152fac275862b0bd7a8a4dd6f16cc62;p=thirdparty%2Fgettext.git Typo in comment. --- diff --git a/config/m4/fixautomake.m4 b/config/m4/fixautomake.m4 index efc721192..0f701700c 100644 --- a/config/m4/fixautomake.m4 +++ b/config/m4/fixautomake.m4 @@ -1,4 +1,4 @@ -# fixautomake.m4 serial 1 (gettext-0.12) +# fixautomake.m4 serial 2 (gettext-0.12) 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 @@ -20,7 +20,7 @@ AC_DEFUN([FIX_MAKEFILE_DISTRIB], [ mv $1.tmp $1 ]) -dnl Fix an automake-1-5.1.7.2 bug: all info files are erased by "make". +dnl Fix an automake-1.5-1.7.2 bug: all info files are erased by "make". AC_DEFUN([FIX_MAKEFILE_INFO], [ sed -e '/@rm -f \$''@/d' < $1 > $1.tmp mv $1.tmp $1