OSDN Git Service

090fe7b9ec60c1eb2387c1448077634351c31ae4
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / machine / i386 / configure.in
1 dnl This is the newlib/libc/machine/i386 configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.59)
5 AC_INIT([newlib],[NEWLIB_VERSION])
6 AC_CONFIG_SRCDIR([setjmp.S])
7
8 dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
9 AC_CONFIG_AUX_DIR(../../../..)
10
11 NEWLIB_CONFIGURE(../../..)
12
13 dnl We have to add the following lines because automake detects the
14 dnl references to libtool libraries from aclocal and tries to verify that
15 dnl AM_PROG_LIBTOOL is being used.  This code must occur after
16 dnl NEWLIB_CONFIGURE. 
17
18 if test "${use_libtool}" = "yes"; then
19 AC_LIBTOOL_WIN32_DLL
20 AM_PROG_LIBTOOL
21 fi
22
23 AM_CONDITIONAL(MACH_ADD_SETJMP, test "x$mach_add_setjmp" = 'xtrue')
24
25 AC_CONFIG_FILES([Makefile])
26 AC_OUTPUT