aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.mk
AgeCommit message (Collapse)Author
2015-03-18[bootstrap.mk] change configure.in -> configure.acuNiversaI
Fix warnings during compile, that configure.in is deprecated.
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2012-10-05[linux] remove remaining references to libid3tag/libapetagmontellese
2012-09-20build: bootstrap overhaulCory Fields
Put an end to the constant autoreconfs when switching branches. Use make to determine when bootstrapping for xbmc and subprojects needs to happen (hint: rarely). bootstrapping can now be done in parallel, but I didn't obseve much (any?) speed increase. Also allows for easier skipping of reconfigures for minor/cosmetic configure.in changes. This should be transparent to users, other than the fact that it's much faster. Same build procedure as always: ./bootstrap && ./configure && make