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

configure.ac « etc - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce972ec088ea3df683b0888b9aef55f172f42cb4 (plain)
1
2
3
4
5
6
7
8
9
dnl Process this file with autoconf to produce a configure script.
AC_INIT([etc], [0])

AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])

AC_CONFIG_FILES([Makefile])
AC_OUTPUT