summaryrefslogtreecommitdiff
path: root/config_host/README
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27.gitignore already ignores config_*.hTor Lillqvist1-1/+0
Change-Id: I97e9fa6e8ad45a0cd07926d1f6d33652d9dd332c
2013-03-26autoconf can actually handle #define HAVE_FOO 0 as the defaultLuboš Luňák1-7/+3
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
2013-03-22Consistent "config_XXX.h" namingStephan Bergmann1-7/+7
Change-Id: Ie7cb4356fd2400753934ca907f09cf240ada734e
2013-03-20clarify when HAVE_FOO macros should have 0 fallbackLuboš Luňák1-2/+3
Change-Id: Idc6635b59851c9b1a94f11042d3a60a4822061f2
2013-03-18update config HAVE_FOO instructionsLuboš Luňák1-2/+7
Feature macros should now always be set (even if to 0), and should be checked with #if, in order to avoid missing including the config_xxx.hxx header. http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: Id15f536240d032b3c523e33856cb40af78be65df
2013-02-01fix documentation for config_xxx.h filesLuboš Luňák1-7/+7
Not that I know why the directory had to be renamed in the first place. Change-Id: I3e4d07591876636ae4930240ac1acc68522fb94f
2013-01-31Use separate config_*.h files for BUILD and HOST when cross-compilingTor Lillqvist1-0/+24
We have only been lucky so far that there hasn't been any compilation errors caused by using the HOST platform config_*.h files also for the BUILD platform. But as more and more information found out during configury is stored in config_*.h files, sooner or later it will be a problem. Move config/* to config_host/*. When not cross-compiling, the config_*.h files in config_host expanded from config_*.h.in are all there is. When cross-compiling, the generated config_*.h files for the BUILD platform are put into a config_build folder. Then use config_build when building the cross_toolset and config_host otherwise. Change-Id: I3c28cc83866bffd696b45d00dfb68e00bc2ae538