source: trunk/libs/newlib/src/newlib/libc/machine/i386/configure.in @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

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