1dnl This is the newlib/libc/machine/arm 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([Makefile.am])
7
8dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
9AC_CONFIG_AUX_DIR(../../../..)
10
11NEWLIB_CONFIGURE(../../..)
12
13AC_SUBST(CFLAGS)
14
15AC_CONFIG_FILES([Makefile])
16AC_OUTPUT
17