1dnl This is the newlib/libc/machine/i960 configure.in file.
2dnl Process this file with autoconf to produce a configure script.
3
4AC_PREREQ(2.5)
5AC_INIT(memccpy_ca.S)
6
7dnl Can't be done in NEWLIB_CONFIGURE because that confuses automake.
8AC_CONFIG_AUX_DIR(../../../..)
9
10NEWLIB_CONFIGURE(../../..)
11
12AC_OUTPUT(Makefile)
13