]> sourceware.org Git - newlib-cygwin.git/commitdiff
Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 30 Mar 2016 12:09:19 +0000 (14:09 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 30 Mar 2016 12:09:19 +0000 (14:09 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygserver/configure
winsup/cygserver/configure.ac
winsup/cygwin/configure
winsup/cygwin/configure.ac
winsup/doc/configure
winsup/doc/configure.ac
winsup/lsaauth/configure
winsup/lsaauth/configure.ac
winsup/testsuite/configure.ac
winsup/utils/configure
winsup/utils/configure.ac

index a4feae10b1ebc2e5633ab90a91b7a3c0654c4cee..37caf57294703e543b0a8acdc76c97e4f8805bd6 100755 (executable)
@@ -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'
index 4e2cb458233497c53f6983de37fa98d30a779f03..5d1464b9d3ded4598d87d096f3c7aff45fe3e4f9 100644 (file)
@@ -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
index 522fae6dfe53ded09524ef2b469e4f228ffcb11c..aa26015f1be7fe5d05ed44495110c37f001103a5 100755 (executable)
@@ -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'
index fc7697b3bae30db41e4cb2e55a2680cbf29806ac..fe8e038a9d5b4a626c73d5708226a18209333f9a 100644 (file)
@@ -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
index 6e053bdb2a7bca4aacc979fef90f83357e6c6363..e4c3831de157066abaf3c02f07d2484bd266a9a3 100755 (executable)
@@ -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
index b461750f8d9672184f2db7f3daa874cacad5f066..d583286af25c888764490cdfef1b7c655bdcd009 100644 (file)
@@ -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
 
index b83cc3364012a82b344d73dd9df92fa59922d67f..4342da209844dff7a57a838886c2367d8b853019 100755 (executable)
@@ -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
index 2bcb43cc46bda7cdaeb5aefa68f4885ea3f61d74..55922fc7f42c84d01023cb5c8810bef251d7db51 100644 (file)
@@ -13,14 +13,13 @@ dnl Changed for lsa subdir by Corinna Vinschen <corinna@vinschen.de>
 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
 
index dc7cd2133bb5b86a92fdc69298e6987fee370f39..746e69caa950b0a4db241c75a04c0e762dad7ce5 100755 (executable)
@@ -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
index 5cf181edd9890f38b0221fc82124fb070f984b34..32f75d6e00167c29f924ab1c1f69b70eea383670 100755 (executable)
@@ -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'
index d90c3fc6fde2c4f1642610edb10480a876149016..f54d5b6f4a30493e44e7f8c3dd21756d6b09f1e6 100644 (file)
@@ -20,7 +20,7 @@ AC_NO_EXECUTABLES
 
 . ${srcdir}/../configure.cygwin
 
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
 
 AC_PROG_CC
 
This page took 0.063372 seconds and 5 git commands to generate.