OSDN Git Service

2003-05-28 Jeff Johnston <jjohnstn@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / linux / linuxthreads / machine / i386 / configure.in
1 dnl This is the newlib/libc/sys/linux/linuxthreads/machine/i386 configure file.
2 dnl Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.5)
5 AC_INIT(pspinlock.c)
6
7 dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake. 
8 AC_CONFIG_AUX_DIR(../../../../../../..)
9
10 NEWLIB_CONFIGURE(../../../../../..)
11
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.
15
16 if test "${use_libtool}" = "yes"; then
17 AC_LIBTOOL_WIN32_DLL
18 AM_PROG_LIBTOOL
19 AC_PROG_AWK
20 fi
21
22 AC_OUTPUT(Makefile)