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