How do you do a clean rebuild, i.e. rebuilding all machine-generated files? I tried autoconf -i, tried prefixing it with make clean, tried prefixing it with make distclean, but configure still had an old timestamp, so I tried manually rm configure, but the newly generated configure is still printing some debug code that I've deleted from its source file. _______________________________________________ Autoconf mailing list Autoconf@gnu.org https://lists.gnu.org/mailman/listinfo/autoconf
- Clean rebuild Russell Wallace
- Re: Clean rebuild Gavin Smith