autoconf-2.13-14 was my installed version. I upgraded to autoconf-2.53-8 and it now works. Thanks for helping out.
Kent
-----Original Message----- From: Peter Pentchev [mailto:roam@ringlet.net] Sent: Monday, January 10, 2005 8:08 AM To: Senthil Prabu.S Cc: Kling, Kent M.; stunnel-users@mirt.net Subject: Re: [stunnel-users] Stunnel and DistCache Patch
On Mon, Jan 10, 2005 at 11:05:19AM +0530, Senthil Prabu.S wrote:
The problem is that,since the patch you applied have modified the
configure.ac file, a brand new configure script should be generated to reflect the change done at the configure.ac. So run "autoconf" command to produce new configure script.
This will solve your problem.
Well, it... depends :)
The original poster mentions that when he ran autoconf, he got an error stating that configure.in could not be found. This might mean that he's running an older version of autoconf, one that only looks for configure.in, not configure.ac. Kent, what does 'rpm -qa | fgrep auto' tell you?
G'luck, Peter