OSDN Git Service

Initial revision
[pf3gnuchains/pf3gnuchains3x.git] / newlib / libc / machine / w65 / configure.in
1 dnl This is the newlib/libc/machine/w65 configure.in file.
2 dnl Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.5)
5 AC_INIT(cmpsi.c)
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 AC_OUTPUT(Makefile)