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