From: Daiki Ueno Date: Wed, 3 Dec 2014 06:05:35 +0000 (+0900) Subject: autogen.sh: Fix typo X-Git-Tag: v0.19.4~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61b80f1c0af566321852b5543b8c8d2d6a06668b;p=thirdparty%2Fgettext.git autogen.sh: Fix typo * autogen.sh: Fix typo: geneating -> generating. --- diff --git a/ChangeLog b/ChangeLog index 607766031..2935956f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-12-03 Daiki Ueno + + autogen.sh: Fix typo + * autogen.sh: Fix typo: geneating -> generating. + 2014-12-01 Daiki Ueno build: Update libtool files to 2.4.4 diff --git a/autogen.sh b/autogen.sh index e51d6ad8f..403df3b5a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -420,7 +420,7 @@ fi ) (cd gettext-runtime - echo "$0: geneating configure in gettext-runtime..." + echo "$0: generating configure in gettext-runtime..." aclocal -I m4 -I ../m4 -I gnulib-m4 autoconf autoheader && touch config.h.in @@ -428,7 +428,7 @@ fi ) (cd gettext-tools/examples - echo "$0: geneating configure in gettext-tools/examples..." + echo "$0: generating configure in gettext-tools/examples..." aclocal -I ../../gettext-runtime/m4 -I ../../m4 autoconf automake --add-missing --copy @@ -446,7 +446,7 @@ cp -p gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin cp -p gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin (cd gettext-tools - echo "$0: geneating configure in gettext-tools..." + echo "$0: generating configure in gettext-tools..." aclocal -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I libgrep/gnulib-m4 -I libgettextpo/gnulib-m4 autoconf autoheader && touch config.h.in