OSDN Git Service

ea674904165bb0244be707d25537686a4e49db04
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / sys / configure.in
1 dnl This is the newlib/libc/sys configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.5)
5 AC_INIT(a29khif)
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 if test -n "${sys_dir}"; then
13   AC_CONFIG_SUBDIRS(${sys_dir})
14 fi
15
16 CRT0=
17 if test -n "${sys_dir}"; then
18   CRT0=crt0.o
19 fi
20 AC_SUBST(CRT0)
21
22 AM_CONDITIONAL(HAVE_SYS_DIR, test x${sys_dir} != x)
23
24 AC_OUTPUT(Makefile)