OSDN Git Service

* Makefile.shared: New file.
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / machine / configure.in
1 dnl This is the newlib/libc/machine configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.5)
5 AC_INIT(d10v)
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 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 must be added after
15 dnl the call to NEWLIB_CONFIGURE.
16
17 if test "${use_libtool}" = "yes"; then
18 AC_LIBTOOL_WIN32_DLL
19 AM_PROG_LIBTOOL
20 fi
21
22 if test -n "${machine_dir}"; then
23   AC_CONFIG_SUBDIRS(${machine_dir})
24 fi
25
26 AM_CONDITIONAL(HAVE_MACHINE_DIR, test x${machine_dir} != x)
27
28 AC_OUTPUT(Makefile)