bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug#158383: gettext: unknown function in /usr/bin/autopoint (fwd)


From: Bruno Haible
Subject: Re: Bug#158383: gettext: unknown function in /usr/bin/autopoint (fwd)
Date: Tue, 27 Aug 2002 22:57:46 +0200 (CEST)

Sam Hocevar writes:

>    The script /usr/bin/autopoint, built from misc/autopoint.in, declares
> the "func_fatal_error" function but makes use of "fatal_error" at line
> 260. Trivial patch follows.
> 
> --- misc/autopoint.in-orig    2002-08-26 18:22:38.000000000 +0200
> +++ misc/autopoint.in 2002-08-26 18:22:45.000000000 +0200
> @@ -257,7 +257,7 @@
>  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 ..

Thanks! Applied, will be in 0.11.6.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]