bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] Configure problem


From: Gerrit P. Haase
Subject: Re: [Bug-indent] Configure problem
Date: Wed, 15 May 2002 10:50:49 +0200

Mike schrieb:

> Version of bison is not detected properly by configure because of a " " in
> the regex.

It is not enough to patch autogenerated scripts.  In this case, the real bug
is in gettext.m4 at the box where the .m4 scripts were generated.  `configure'
is autogenarated and just includes the contents of aclocal.m4 which is
autogenerated by aclocal which adds all the stuff that is needed by 
configure.in.

The gettext package is buggy.  It needs to be updated to the latest version.
And so should every installation of gettext on every davel system should be
updated.  If aclocal.m4 is regenerated then, the bug is gone.

> % bison --version
> bison (GNU Bison) 1.35

> Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002


> % diff -c configure.orig configure
> *** configure.orig      Thu Mar 21 15:41:35 2002
> --- configure   Thu May  9 11:59:36 2002
> ***************
> *** 4855,4861 ****
>       else
>               echo "$as_me:4856: checking version of bison" >&5
>   echo $ECHO_N "checking version of bison... $ECHO_C" >&6
> !       ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison 
> .* 
> \([0-9]*\.[0-9.]*\).*$/\1/p'`
>         case $ac_prog_version in
>           '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
>           1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)
> --- 4855,4861 ----
>       else
>               echo "$as_me:4856: checking version of bison" >&5
>   echo $ECHO_N "checking version of bison... $ECHO_C" >&6
> !       ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* 
> \([0-9]*\.[0-9.]*\).*$/\1/p'`
>         case $ac_prog_version in
>           '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
>           1.2[6-9]* | 1.[3-9][0-9]* | [2-9].*)

> +--------------------------------------------+
> |  Mike Hanafey                              |
> |  DuPont Ag Products                        |
> |  Delaware Technology Park, Suite 200/206   |
> |  1 Innovation Way, PO BOX 6104             |
> |  Newark, DE 19714-6104                     |
> |  Phone: (302)631-2608 Fax: (302)631-2607   |
> |  Email: address@hidden        |
> +--------------------------------------------+


> _______________________________________________
> Bug-indent mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-indent


-- 
=^..^=




reply via email to

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