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

configure.in « etc - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b785068009ebc8effec594abf5228c5ebd9bb137 (plain)
1
2
3
4
5
6
7
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
AC_INIT(Makefile.in)

AC_PROG_INSTALL

AC_OUTPUT(Makefile)