]> sourceware.org Git - newlib-cygwin.git/blobdiff - winsup/cygserver/configure.ac
Rename without-mingw-progs to with-cross-bootstrap
[newlib-cygwin.git] / winsup / cygserver / configure.ac
index 5d1464b9d3ded4598d87d096f3c7aff45fe3e4f9..eb6a894de6db5115cb84b88ea82018ea3d8698b5 100644 (file)
@@ -9,7 +9,7 @@ dnl details.
 dnl
 dnl Process this file with autoconf to produce a configure script.
 
-AC_PREREQ(2.59)
+AC_PREREQ([2.59])
 AC_INIT([Cygwin Cygserver],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
 AC_CONFIG_SRCDIR(cygserver.cc)
 AC_CONFIG_AUX_DIR(..)
@@ -26,7 +26,9 @@ AC_PROG_CPP
 AC_LANG(C)
 
 AC_WINDOWS_HEADERS
-AC_WINDOWS_LIBS
+if test "x$with_cross_bootstrap" != "xyes"; then
+  AC_WINDOWS_LIBS
+fi
 
 AC_LANG(C++)
 
@@ -65,4 +67,5 @@ esac
 ])
 
 AC_CONFIGURE_ARGS
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT
This page took 0.025587 seconds and 5 git commands to generate.