diff --git a/winsup/cygserver/configure b/winsup/cygserver/configure index a4feae10b..37caf5729 100755 --- a/winsup/cygserver/configure +++ b/winsup/cygserver/configure @@ -2106,7 +2106,6 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/winsup/cygserver/configure.ac b/winsup/cygserver/configure.ac index 4e2cb4582..5d1464b9d 100644 --- a/winsup/cygserver/configure.ac +++ b/winsup/cygserver/configure.ac @@ -9,9 +9,8 @@ dnl details. dnl dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.59)dnl -AC_INIT([Cygwin Cygserver], 0, - cygwin@cygwin.com, cygwin, https://cygwin.com) +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(..) @@ -19,7 +18,7 @@ AC_CONFIG_AUX_DIR(..) AC_PROG_INSTALL AC_NO_EXECUTABLES -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET AC_PROG_CC AC_PROG_CXX diff --git a/winsup/cygwin/configure b/winsup/cygwin/configure index 522fae6df..aa26015f1 100755 --- a/winsup/cygwin/configure +++ b/winsup/cygwin/configure @@ -2117,7 +2117,6 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/winsup/cygwin/configure.ac b/winsup/cygwin/configure.ac index fc7697b3b..fe8e038a9 100644 --- a/winsup/cygwin/configure.ac +++ b/winsup/cygwin/configure.ac @@ -10,9 +10,8 @@ dnl details. dnl dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.59)dnl -AC_INIT([Cygwin DLL], 0, - cygwin@cygwin.com, cygwin, https://cygwin.com) +AC_PREREQ(2.59) +AC_INIT([Cygwin DLL],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com]) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR(..) @@ -21,7 +20,7 @@ AC_CONFIG_AUX_DIR(..) AC_PROG_INSTALL AC_NO_EXECUTABLES -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET AC_PROG_CC AC_PROG_CXX diff --git a/winsup/doc/configure b/winsup/doc/configure index 6e053bdb2..e4c3831de 100755 --- a/winsup/doc/configure +++ b/winsup/doc/configure @@ -2030,7 +2030,6 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 diff --git a/winsup/doc/configure.ac b/winsup/doc/configure.ac index b461750f8..d583286af 100644 --- a/winsup/doc/configure.ac +++ b/winsup/doc/configure.ac @@ -10,15 +10,14 @@ dnl details. dnl Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([Cygwin Documentation], 0, - cygwin@cygwin.com, cygwin, https://cygwin.com) +AC_INIT([Cygwin Documentation],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com]) AC_CONFIG_SRCDIR(cygwin-api.xml) AC_CONFIG_AUX_DIR(../..) AC_PROG_INSTALL AC_CHECK_PROGS([DOCBOOK2XTEXI], [docbook2x-texi db2x_docbook2texi], [true]) AC_NO_EXECUTABLES -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET LIB_AC_PROG_CC diff --git a/winsup/lsaauth/configure b/winsup/lsaauth/configure index b83cc3364..4342da209 100755 --- a/winsup/lsaauth/configure +++ b/winsup/lsaauth/configure @@ -1900,7 +1900,6 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- - if test -n "$ac_tool_prefix"; then # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. set dummy ${ac_tool_prefix}gcc; ac_word=$2 diff --git a/winsup/lsaauth/configure.ac b/winsup/lsaauth/configure.ac index 2bcb43cc4..55922fc7f 100644 --- a/winsup/lsaauth/configure.ac +++ b/winsup/lsaauth/configure.ac @@ -13,14 +13,13 @@ dnl Changed for lsa subdir by Corinna Vinschen dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Cygwin Lsaauth], 0, - cygwin@cygwin.com, cygwin, https://cygwin.com) +AC_INIT([Cygwin Lsaauth],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com]) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(../..) AC_NO_EXECUTABLES -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET LIB_AC_PROG_CC diff --git a/winsup/testsuite/configure.ac b/winsup/testsuite/configure.ac index dc7cd2133..746e69caa 100755 --- a/winsup/testsuite/configure.ac +++ b/winsup/testsuite/configure.ac @@ -10,8 +10,7 @@ dnl dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([Cygwin Testsuite], 0, - cygwin@cygwin.com, cygwin, https://cygwin.com) +AC_INIT([Cygwin Testsuite],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com]) AC_CONFIG_SRCDIR(Makefile.in) AC_PROG_CC diff --git a/winsup/utils/configure b/winsup/utils/configure index 5cf181edd..32f75d6e0 100755 --- a/winsup/utils/configure +++ b/winsup/utils/configure @@ -1963,7 +1963,6 @@ test -n "$target_alias" && NONENONEs,x,x, && program_prefix=${target_alias}- - ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' diff --git a/winsup/utils/configure.ac b/winsup/utils/configure.ac index d90c3fc6f..f54d5b6f4 100644 --- a/winsup/utils/configure.ac +++ b/winsup/utils/configure.ac @@ -20,7 +20,7 @@ AC_NO_EXECUTABLES . ${srcdir}/../configure.cygwin -AC_CANONICAL_SYSTEM +AC_CANONICAL_TARGET AC_PROG_CC