Added AM_ICONV automake/autoconf check to configure.ac
commit4110ad820dbc46ed8f88de0a0c257fcc9b950d19
authorChris Frey <cdfrey@foursquare.net>
Mon, 26 Jan 2009 08:02:12 +0000 (26 03:02 -0500)
committerChris Frey <cdfrey@foursquare.net>
Mon, 26 Jan 2009 08:02:12 +0000 (26 03:02 -0500)
tree7f00c86b46f3d736706888de85c40cba1836dc4b
parent0300cec93d681f4c63e28f1ffc3deda75bcc6e38
Added AM_ICONV automake/autoconf check to configure.ac

This should take care of checking for libc or library
iconv installs, and checking the iconv() prototype for whether
const is needed or not.  This removes the need for the
template added earlier.
ChangeLog
configure.ac
src/Makefile.am
src/iconv.cc