RE: configure problem



This is quite odd, not only did adding that tell me 0115, but then configure
ran the rest of the way (almost) and ended with:
./configure: line 7953: syntax error near unexpected token `;'
./configure: line 7953: `    ;;'

-----Original Message-----
From: Andrew V. Samoilov [mailto:sav bcs zp ua]
Sent: Monday, February 03, 2003 7:39 AM
To: vlad geekizoid com
Cc: mc-devel gnome org
Subject: Re: configure problem


Hello!
Vlad geekizoid com wrote:
> Okay,
>   This:
>
> 	gettext_ver=`$GETTEXTIZE --version | \
>   sed '2,$d;                    # remove all but the first line
>        s/.* //;                 # take text after the last space
>        s/-.*//;                 # strip "-pre" or "-rc" at the end
>        s/\([^.]\+\)/0\1/g;      # prepend 0 to every token
>        s/0\([^.][^.]\)/\1/g;    # trim 0 from long lokens
>        s/\.//g;                 # remove dots
>        '`
>
>   Seems to not work correctly on
>   This:
>
>     www# gettextize --version
>     /usr/local/bin/gettextize (GNU gettext) 0.11.5
>     Copyright (C) 1995-1998, 2000-2002 Free Software Foundation, Inc.
>     This is free software; see the source for copying conditions.  There
is
> NO
>     warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>     Written by Ulrich Drepper
>

Can you add exec echo $gettext_ver after it is computed and send us
autogen.sh output ?

--
Regards,
Andrew V. Samoilov







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