bug-indent
[Top][All Lists]
Advanced

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

[Bug-indent] problem after bsion upgrade


From: Gerrit P. Haase
Subject: [Bug-indent] problem after bsion upgrade
Date: Sun, 6 Jan 2002 15:54:05 +0100

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 .........^^^^^^^

And again I have gettext problems with the errors (stpcpy problem,
see archives of this list), I removed `AC_DEFINE(HAVE_STPCPY)' from
configure.ac and everything works fine.

I think there is no patch file needed for this.
You need to update your gettext.m4 file and remove that STP_CPY macro,
thats it.


Gerrit
-- 
=^..^=                                      mailto:address@hidden




reply via email to

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