OSDN Git Service

2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org>
[pf3gnuchains/pf3gnuchains4x.git] / newlib / libc / machine / v850 / configure.in
1 dnl This is the newlib/libc/machine/v850 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 AC_CONFIG_FILES([Makefile])
14 AC_OUTPUT