Mathieu Bouchard wrote:
if the "make" command causes "./configure" to be called (presumably because it has just been regenerated), it does not reuse the options that ./configure was last called with. For example, I did this:
./configure --prefix=$HOME make make install
and then it wanted to install in /usr/local because "make" reran "./configure" without any options.
the only solution i see for this, would be to remove configure and aclocal.ac from the respository (they are generated anyhow)
any objections?
mfga.dsr IOhannes