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