just merged trunk, and libxc no longer builds. I have tried repeated removes and cleans of the plugins and the tgz file, but still:
libtool: link: ( cd ".libs" && rm -f "libxc.la" && ln -s "../libxc.la" "libxc.la" )
make[8]: *** No rule to make target `xc_f90_lib_m.mod', needed by `all-am'. Stop.
make[7]: *** [all] Error 2
make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [build-stamp] Error 2
make[3]: *** [package-ready] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
the only mod file which is generated is libxc-1.0/src/libxc_funcs_m.mod
The tgz file has not been changed, so the error must come from
1) the build system
or
2) a new patch (did not see any... in bzr diff)
While I'm at it, the new configure script and makemake output is very helpful!
Matthieu