Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure.ac « mips « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a22fa31c3fd7879da7fcb2b7a466c21e3de309d (plain)
1
2
3
4
5
6
7
8
9
10
11

AC_PREREQ(2.59)
AC_INIT([newlib],[NEWLIB_VERSION])
AC_CONFIG_SRCDIR([Makefile.am])

AC_CONFIG_AUX_DIR(../../../..)

NEWLIB_CONFIGURE(../../..)

AC_CONFIG_FILES([Makefile])
AC_OUTPUT