- autoreconf: I would like to know what to use it for. Usually, I just do one bootstrap when I check out the code from cvs and then automake does everything correctly when I modified a Makefile.am or the configure.ac. All the correct commands are called by just using make. The only problem is when I add a folder, I have to rerun bootstrap. So, when I add a folder, instead of doing bootstrap maybe I should do autoreconf. Am I wrong ?
Avoid using autoreconf if you can. Using a recent Automake with a properly working computer clock should be sufficient since the build environment maintains itself. In times past, autoreconf has caused more grief then bliss.
Bob ====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
_______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool