From: Bruno Haible Date: Wed, 28 Aug 2002 10:43:46 +0000 (+0000) Subject: Fix wrong function name. X-Git-Tag: v0.12~1282 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de5e5bee7e93dcb0ac9f3ac0694c1f65e3f3553;p=thirdparty%2Fgettext.git Fix wrong function name. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index 8f9d79a10..e7a39e9ba 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2002-08-27 Bruno Haible + + * autopoint.in: Call func_fatal_error, not fatal_error. + Patch by Sam Hocevar . + 2002-08-26 Bruno Haible * archive.tar.gz: Avoid keyword substitution for archive/mkinstalldirs. diff --git a/misc/autopoint.in b/misc/autopoint.in index 0aedd97b3..d22f14e5a 100644 --- a/misc/autopoint.in +++ b/misc/autopoint.in @@ -172,6 +172,7 @@ fi # 0.11.2 748 # 0.11.3 804 # 0.11.4 864 +# 0.11.5 880 # # The requirement that the user must have the CVS program available is not # a severe restrictions, because most of the people who use autopoint are @@ -256,7 +257,7 @@ find archive -name CVS -type d -print | xargs rm -rf if test `find archive -type f -print | wc -l` = 0; then cd .. rm -rf "$cvs_dir" "$work_dir" - fatal_error "infrastructure files for version $ver not found; this is autopoint from GNU $package $version" + func_fatal_error "infrastructure files for version $ver not found; this is autopoint from GNU $package $version" fi cd ..