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

configure.ac « doc « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a12099b4f79fd91f58cc1c6c743926e5859847df (plain)
1
2
3
4
5
6
7
8
9
10
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.69)dnl
AC_INIT(porting.texi)

AC_CONFIG_AUX_DIR(../..)

AC_PROG_INSTALL

AC_CONFIG_FILES(Makefile)
AC_OUTPUT