Frank Cusack wrote:
On June 23, 2006 11:22:21 AM -0400 Alan DeKok <aland@nitros9.org> wrote:
cat: ./config.h.in: No such file or directory
It looks like the "configure" script in src/modules/rlm_checkval wasn't updated. It still references config.h, even though configure.in doesn't.
That's not part of my change; nbk did that.
Indeed. Some modules don't need a config.h, therefore their ./configure script was changed in CVS head a long time ago. I pulled these changes in branch 1.1 but didn't rerun autoconf.
It fails in a lot of dirs, it's just that rlm_checkval is last so you only notice it there. If each sub-configure continues to run after failing on config.h it should be harmless. It would be nice to at least suppress the error.
Just rerun autoconf in the subdirectories and it will be fine. Currently in branch 1.1 of the CVS you have the top-level configure generated by autoconf 2.59 and the sub-configure scripts generated by autoconf 2.13. I wouldn't be surprised if they can't cooperate very well. -- Nicolas Baradakis