summaryrefslogtreecommitdiff
path: root/interface/configure.in
blob: c25c89a349ec011f99ae290a40636f50545891f3 (plain)
1
2
3
4
5
6
7
AC_PREREQ(2.59)
AC_INIT([newlib], [NEWLIB_VERSION])
AC_CONFIG_SRCDIR([crt0.s])
AC_CONFIG_AUX_DIR(../../../..)
NEWLIB_CONFIGURE(../../..)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT