]> sourceware.org Git - newlib-cygwin.git/blame - winsup/configure.ac
Cygwin: Always configure in testsuite subdirectory
[newlib-cygwin.git] / winsup / configure.ac
CommitLineData
1fd5e000 1dnl Autoconf configure script for Cygwin.
1fd5e000
CF
2dnl
3dnl This file is part of Cygwin.
4dnl
5dnl This software is a copyrighted work licensed under the terms of the
6dnl Cygwin license. Please consult the file "CYGWIN_LICENSE" for
7dnl details.
8dnl
9dnl Process this file with autoconf to produce a configure script.
10
cf41355a
PF
11AC_PREREQ([2.59])
12AC_INIT([Cygwin toplevel],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
8e0b17fb 13AC_CONFIG_SRCDIR(Makefile.in)
4c36016b 14AC_CONFIG_AUX_DIR(..)
1fd5e000 15
4c36016b
CF
16. ${srcdir}/configure.cygwin
17
95dc8840 18AC_PROG_INSTALL
4c36016b 19AC_NO_EXECUTABLES
cf41355a 20AC_CANONICAL_TARGET
1fd5e000 21
4c36016b
CF
22AC_PROG_CC
23AC_PROG_CXX
24AC_PROG_CPP
25AC_LANG(C)
e7e61192 26AC_ARG_WITH([cross-bootstrap],[AS_HELP_STRING([--with-cross-bootstrap],[do not build programs using the mingw toolchain or check for mingw libraries (useful for bootstrapping a cross-compiler)])],[],[with_cross_bootstrap=no])
2a6d6db8 27
4c36016b 28AC_LANG(C++)
99fc5e10 29
4c36016b 30AC_CYGWIN_INCLUDES
7e5d0e9f 31
a7cb126b 32AC_CONFIG_SUBDIRS(cygwin cygserver doc testsuite)
e7e61192 33if test "x$with_cross_bootstrap" != "xyes"; then
2741dd05 34 AC_CONFIG_SUBDIRS([utils])
cf41355a
PF
35fi
36
cf41355a
PF
37AC_CONFIG_FILES([Makefile])
38AC_OUTPUT
This page took 0.280192 seconds and 5 git commands to generate.