Jeff Squyres wrote: >> Also, make distcheck currently fails here. It looks for index.html >> inside the build dir while it should look inside the source dir. >> However, it seems that it correctly looks inside the source dir when >> building outside of make distcheck. Don't know what's going on... >> > I'm unable to recreate this. Can you give me a recipe to recreate > this problem?
svn co ... ; cd trunk ; autoreconf -ifv ; mkdir ../build ; cd ../build ; ../src/configure ; make ; make distcheck Brice