fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / i386 / configure.in
blobb04f8b69500e668c36a22041a9cb860a1d1dca5c
1 dnl This is the newlib/libc/machine/i386 configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
4 AC_PREREQ(2.5)
5 AC_INIT(setjmp.S)
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 add the following lines because automake detects the
13 dnl references to libtool libraries from aclocal and tries to verify that
14 dnl AM_PROG_LIBTOOL is being used.  This code must occur after
15 dnl NEWLIB_CONFIGURE. 
17 if test "${use_libtool}" = "yes"; then
18 AC_LIBTOOL_WIN32_DLL
19 AM_PROG_LIBTOOL
22 AM_CONDITIONAL(MACH_ADD_SETJMP, test "x$mach_add_setjmp" = 'xtrue')
24 AC_OUTPUT(Makefile)