Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-18 | [bootstrap.mk] change configure.in -> configure.ac | uNiversaI | |
Fix warnings during compile, that configure.in is deprecated. | |||
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker | |
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92. | |||
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu | |
2012-10-05 | [linux] remove remaining references to libid3tag/libapetag | montellese | |
2012-09-20 | build: bootstrap overhaul | Cory 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 |