From 2f2daec503cc6d2a6e000deceb0ac1ca45a9f8ea Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 5 Jun 2007 13:10:30 +0000 Subject: * Makefile.am: Add LIBICONV to windres. * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files. * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV. * config.in: Add ICONV defines. * aclocal: Regenerate. * confugure: Regenerate. * winduni.c: (local_iconv_map codepages, wind_language_t, languages, unicode_is$ (ascii_from_unicode): Use codepage_from_unicode. (ascii_from_unicode): Use unicode_from_codepage. Use for cygwin windows API for unicode transformation. * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New macros. (wind_language_t, local_iconv_map): New types. (wind_find_language_by_id, wind_find_language_by_codepage, (unicode_is_valid_codepage, wind_find_codepage_info, unicode_from_codepage, c$ --- binutils/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'binutils/configure.in') diff --git a/binutils/configure.in b/binutils/configure.in index 1871f98771..fe1bb9fe83 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -200,6 +200,9 @@ if test -n "$enable_targets"; then done fi +AC_CHECK_HEADER(iconv.h) +AM_ICONV + all_targets=false BUILD_NLMCONV= NLMCONV_DEFS= -- cgit v1.2.1