summaryrefslogtreecommitdiffstats
path: root/source4/lib/charset/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Move charset library to top level.Jelmer Vernooij2008-10-241-86/+0
|
* r20697: A couple of minot cross-compile fixes.James Peach2007-10-101-1/+4
| | | | (This used to be commit d4c7dd19f3a114ee1527cbcd3071b4921600977d)
* r19438: try to fix up the build breakages on BSD systems due to incorrectlyAndrew Tridgell2007-10-101-5/+8
| | | | | detecting iconv.h (This used to be commit e6baa13e1f9c35f95021512b713cebba680b2a72)
* r16143: Fix disappearance of user-specified CPPFLAGS,LDFLAGS and LIBS variables.Jelmer Vernooij2007-10-101-3/+6
| | | | (This used to be commit b7c3f80efd08c2206048d00815b7396488c91d3b)
* r15871: Fix systems with native iconvJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 8ce292bdf3589e5d054bf9a534846c29dfc71124)
* r15870: Improve detection of iconv - should prevent HAVE_ICONV_H beingJelmer Vernooij2007-10-101-18/+6
| | | | | | defined when the installed iconv library doesn't match our criteria as well as some other minor fixes. (This used to be commit 7937932615434a59c84d8a1b81e368f6a5f8e429)
* r15869: Fix loop var to search paths for iconvJim McDonough2007-10-101-1/+1
| | | | (This used to be commit 55843863ff1f92be9918c845e208a30660ed2ae5)
* r15568: Simplify detection of iconv libraries a fair bit and fix it toJelmer Vernooij2007-10-101-45/+69
| | | | | | | | | work on FreeBSD. Based very loosely on a patch by Timur Bakevey Fixes #3688 (This used to be commit ea7b28572b453da8eced565a49e4c10e7ebd2e28)
* r9078: - move charset stuff to lib/charsetStefan Metzmacher2007-10-101-0/+65
- don't use the global $LIBS variable for -liconv as $LIBS is not used anymore should fix the build on solaris 10 metze (This used to be commit 69ade058fde8e4cc62e4830c0b080e720d8e581d)