bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] problem after bison upgrade


From: david ingamells
Subject: Re: [Bug-indent] problem after bison upgrade
Date: Mon, 7 Jan 2002 00:24:45 +0100

On Sunday 06 January 2002 3:54 pm, Gerrit P. Haase wrote:
> Hallo,
>
> Cygwin version 1.3.6.
> indent-2.2.7
>
> After upgrading bison to:
> $ bison --version
> bison (GNU Bison) 1.30
>
> ./configure doesn't recognize this correct:
> checking for bison... bison
> checking version of bison... v. ?.??, bad
>
> This is a bug in indent's aclocal.m4, or in the
> /usr/share/aclocal/gettext.m4 you used, in the
> aclocal.m4 in the indent-2.2.7 source:
> ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison .* 
> \([0-9]*\.[0-9.]*\).*$/\1/p'`
>                                                              ^^^^^^^^^ 
> And in the latest gettext.m4 I have here:
> ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* 
> \([0-9]*\.[0-9.]*\).*$/\1/p'` 
>                                                                 ^^^^^
> Since the output is `... (GNU Bison)
> ...' it fails here .........^^^^^^^
>

Gerrit,
The line you mention in the aclocal.m4 script is indeed automatically generated 
by the 
autoconf tool from the file gettext.m4 that is managed (I presume) as part of 
autoconf. 
With this mail I will draw it to the attention of the maintainer of autoconf. I 
have 
fixed my local version so that the next build of indent will be OK.

To the maintainer of autoconf:
This problem arises in the autoconf version 2.52:

# autoconf --version
autoconf (GNU Autoconf) 2.52
# gettext --version
gettext (GNU gettext) 0.10.39


-- 
David Ingamells
address@hidden
(0031) +13 5093388     (home)
(0031) +13 065010947 (mobile)




reply via email to

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