]> sourceware.org Git - newlib-cygwin.git/blame - winsup/configure.ac
Cygwin: seteuid: disable unused funcs and lsaauth subdir
[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
CF
27
28AC_WINDOWS_HEADERS
e7e61192
PF
29if test "x$with_cross_bootstrap" != "xyes"; then
30 AC_WINDOWS_LIBS
31fi
2a6d6db8 32
4c36016b 33AC_LANG(C++)
99fc5e10 34
4c36016b 35AC_CYGWIN_INCLUDES
7e5d0e9f 36
cf41355a 37AC_CONFIG_SUBDIRS(cygwin cygserver doc)
e7e61192 38if test "x$with_cross_bootstrap" != "xyes"; then
2741dd05 39 AC_CONFIG_SUBDIRS([utils])
cf41355a
PF
40fi
41
4c36016b 42INSTALL_LICENSE="install-license"
2e6d8441 43
7e5d0e9f
CV
44AC_SUBST(INSTALL_LICENSE)
45
1fd5e000
CF
46AC_PROG_MAKE_SET
47
cf41355a
PF
48AC_CONFIG_FILES([Makefile])
49AC_OUTPUT
This page took 0.259401 seconds and 5 git commands to generate.