Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: tiwag on December 29, 2005, 04:51:42 pm

Title: *.am files changed in SVN - how to ?
Post by: tiwag on December 29, 2005, 04:51:42 pm
if some *.am files have been changed in SVN,
what have i to do after updating ?

which of them (if any) do i have to run ?
./bootstrap
./configure


these are obligatory of course:
make
sudo make install


thx
( need still learning a lot about linux ... )
Title: Re: *.am files changed in SVN - how to ?
Post by: Der Meister on December 29, 2005, 04:56:31 pm
As far as I know ./configure is enough. ./bootstrap needs to be done only if configure.in changes. And of course make and make install are always necessary. ;)
Title: Re: *.am files changed in SVN - how to ?
Post by: mandrav on December 29, 2005, 05:49:36 pm
Usually, when any of these files change, just typing "make" gets the job done. So the answer is you don't have to do a thing.
Title: Re: *.am files changed in SVN - how to ?
Post by: tiwag on December 29, 2005, 10:26:10 pm
Usually, when any of these files change, just typing "make" gets the job done. So the answer is you don't have to do a thing.

pretty simple  :D