> Now i did the following:
>
> [EMAIL PROTECTED] src]$ ./configure --enable-debug
>
> then i did the following:
>
> [EMAIL PROTECTED] src]$ make
> Now running autoconf ...
> autoconf
...
That means that your configure is newer than configure.in.
Try running
$ touch configure
$ ./configure --enable-debug
$ make
There's been a wish that I remove the autoconf/configure runs from the
Makefile. This might be another nail in the coffin :-)
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]