]> sourceware.org Git - newlib-cygwin.git/blob - winsup/testsuite/configure.ac
Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage
[newlib-cygwin.git] / winsup / testsuite / configure.ac
1 dnl Autoconf configure script for Cygwin's testsuite.
2 dnl Copyright 2000, 2006, 2012 Red Hat, Inc.
3 dnl
4 dnl This file is part of Cygwin.
5 dnl
6 dnl This software is a copyrighted work licensed under the terms of the
7 dnl Cygwin license. Please consult the file "CYGWIN_LICENSE" for
8 dnl details.
9 dnl
10 dnl Process this file with autoconf to produce a configure script.
11
12 AC_PREREQ(2.59)
13 AC_INIT([Cygwin Testsuite],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
14 AC_CONFIG_SRCDIR(Makefile.in)
15
16 AC_PROG_CC
17 AC_PROG_CPP
18 AC_CHECK_TOOL(AR,ar)
19
20 AC_OUTPUT(Makefile)
This page took 0.035546 seconds and 5 git commands to generate.