aboutsummaryrefslogtreecommitdiff
path: root/modules/FindGettext.cmake
AgeCommit message (Expand)Author
2009-01-02-replace check_include_files() with find_path(), should fix the problem on OS...Alexander Neundorf
2008-04-16don't put set variables into the CACHE, per Brad KingAllen Winter
2007-11-20The po file is located in the source dir, so cd to that folder instead of the...Tom Albers
2007-08-16also work if used with too few argumentsAlexander Neundorf
2007-08-11add stuff from cmake cvs and macros for processing po and pot filesAlexander Neundorf
2007-08-08Make it "fatal"Laurent Montel
2007-08-06Remove not necessary pathLaurent Montel
2006-09-09added copyright notice everywhere.Alexander Neundorf
2006-05-11Remove my CACHED_ hacks which break when people install libxml2 after seeing ...David Faure
2006-04-18More use of the cache; fixing previous commit to not recheck everytime when s...David Faure
2006-04-14Actually use the cache whenever possible. Should speed up the re-configuring ...David Faure
2006-04-10Reported to fix compilation with msvc.David Faure
2006-03-27Better gettext find test. Tested with Linux and NetBSD.Hasso Tepper
2006-03-22Gettext check updated.Chusslove Illich
2006-03-22Works better this way (still for Mac OS X). OK, on Linux it comes from glibc.David Faure
2006-03-21GETTEXT_LIBRARIES was used, but never actually set to anything. This is neces...David Faure
2006-03-21Messages for Gettext configure check more in line with others.Chusslove Illich
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
2006-03-18CMake configure check for Gettext, rudimentary only.Chusslove Illich