aboutsummaryrefslogtreecommitdiff
path: root/src/config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sanitize GETTEXT usage macrosGiuseppe Bilotta2011-07-241-4/+4
| | | | | | | Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is only set to true if gettext was enabled and found. This simplifies all check to USE_GETTEXT only rather than the double checks for it being enabled and found.
* Place project name and gettext use in configGiuseppe Bilotta2011-07-241-1/+8
|
* made old build system to work too. the cmake one doesn't make working ↵Perttu Ahola2011-01-181-0/+28
binaries for some computers. --HG-- rename : src/config.h.in => src/cmake_config.h.in