fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / iconvdata / configure.in
blob7aee56866f7ba8ce5e1851474d5534609e803af0
1 dnl This is the newlib/iconvdata configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
4 AC_PREREQ(2.5)
5 AC_INIT(jis0201.c)
7 dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
8 AC_CONFIG_AUX_DIR(../..)
10 NEWLIB_CONFIGURE(..)
12 dnl We have to enable libtool after NEWLIB_CONFIGURE because if we try and
13 dnl add it into NEWLIB_CONFIGURE, executable tests are made before the first
14 dnl line of the macro which fail because appropriate LDFLAGS are not set.
16 if test "${use_libtool}" = "yes"; then
17 AC_LIBTOOL_WIN32_DLL
18 AM_PROG_LIBTOOL
21 AC_OUTPUT(Makefile)