aboutsummaryrefslogtreecommitdiff
path: root/modules/FindGettext.cmake
AgeCommit message (Collapse)Author
2006-04-18More use of the cache; fixing previous commit to not recheck everytime when ↵David Faure
something isn't available (e.g. agg for me). svn path=/trunk/KDE/kdelibs/; revision=531000
2006-04-14Actually use the cache whenever possible. Should speed up the re-configuring ↵David Faure
that happens so often. svn path=/trunk/KDE/kdelibs/; revision=529759
2006-04-10Reported to fix compilation with msvc.David Faure
svn path=/trunk/KDE/kdelibs/; revision=528134
2006-03-27Better gettext find test. Tested with Linux and NetBSD.Hasso Tepper
svn path=/trunk/KDE/kdelibs/; revision=523195
2006-03-22Gettext check updated.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=521323
2006-03-22Works better this way (still for Mac OS X). OK, on Linux it comes from glibc.David Faure
So instead of always looking for a libintl, maybe we should first check do a "check if this call links without linking to anything else than the libc"... svn path=/trunk/KDE/kdelibs/; revision=521239
2006-03-21GETTEXT_LIBRARIES was used, but never actually set to anything. This is ↵David Faure
necessary for me on the Mac (not sure why it linked on linux...) svn path=/trunk/KDE/kdelibs/; revision=521236
2006-03-21Messages for Gettext configure check more in line with others.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=521204
2006-03-20minor cleanups: indenting, adding newline to end of file, etc.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=520790
2006-03-18CMake configure check for Gettext, rudimentary only.Chusslove Illich
svn path=/trunk/KDE/kdelibs/; revision=520012