]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix wrong function name.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Aug 2002 10:43:46 +0000 (10:43 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:45 +0000 (12:08 +0200)
misc/ChangeLog
misc/autopoint.in

index 8f9d79a10bf6da2dffca57f6ff49370c43bce369..e7a39e9bada75500170cf02d5013bc8814cdf675 100644 (file)
@@ -1,3 +1,8 @@
+2002-08-27  Bruno Haible  <bruno@clisp.org>
+
+       * autopoint.in: Call func_fatal_error, not fatal_error.
+       Patch by Sam Hocevar <sam@zoy.org>.
+
 2002-08-26  Bruno Haible  <bruno@clisp.org>
 
        * archive.tar.gz: Avoid keyword substitution for archive/mkinstalldirs.
index 0aedd97b373f1249f39107624b252a11ad3c6d1a..d22f14e5a40fbdddda656cb8e6b44566ee427f16 100644 (file)
@@ -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 ..