RE: Much better now! (was RE: configure problem)

2003-02-04 Thread Pavel Roskin
On Mon, 3 Feb 2003, [EMAIL PROTECTED] wrote: > By the way, I get the same warnings on Slackware 8.1 > > configure.in:11: warning: do not use m4_patsubst: use patsubst or > m4_bpatsubst > configure.in:605: warning: do not use m4_regexp: use regexp or m4_bregexp This must be a warning from Autoconf

RE: Much better now! (was RE: configure problem)

2003-02-03 Thread [EMAIL PROTECTED]
By the way, I get the same warnings on Slackware 8.1 configure.in:11: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.in:605: warning: do not use m4_regexp: use regexp or m4_bregexp -Original Message- Okay, I did a clean CVS pull from the source Pavel said to us

Much better now! (was RE: configure problem)

2003-02-03 Thread [EMAIL PROTECTED]
Okay, I did a clean CVS pull from the source Pavel said to use. ./autogen.sh completes sucessfully now, with the following warnings, and no errors. configure.in:11: warning: do not use m4_patsubst: use patsubst or m4_bpatsubst configure.in:605: warning: do not use m4_regexp: use regexp or m4_br

RE: configure problem

2003-02-03 Thread Pavel Roskin
Hello! On Mon, 3 Feb 2003, [EMAIL PROTECTED] wrote: > But after a subsequent cvs update -APCd, and it refreshed autogen.sh, it > dies again as it did before. It looks like a problem with the sed expression, and it's fixed in CVS. You need revision 1.45. Please note that the anonymous CVS is run

Re: configure problem

2003-02-03 Thread Andrew V. Samoilov
[EMAIL PROTECTED] wrote: But after a subsiquent cvs update -APCd, and it refreshed autogen.sh, it dies again as it did before. This is quite odd, not only did adding that tell me 0115, but then configure This bug is fixed in CVS now, patch attached. Thanks for report. ran the rest of the way

RE: configure problem

2003-02-03 Thread [EMAIL PROTECTED]
t: RE: configure problem 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

Re: configure problem

2003-02-03 Thread Andrew V. Samoilov
Hello! [EMAIL PROTECTED] 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/\([^.]

RE: configure problem

2003-02-01 Thread [EMAIL PROTECTED]
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