On Friday 2009-05-08 06:23, Adam Mercer wrote: >I have noticed some strange behaviour with the build system on a >project I am working on, consider the following: > >$ ./configure --prefix=/path/1 >$ make >$ make install >$ ./configure --prefix=/path/2 >$ make >$ make install > >I would expect the make after the second configure to rebuild all the >source code as the prefix has changed
Well, automake (unfortunately?) does not currently issue a recompile when the compiler command changed. It would be really cool to have that, though.