Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-30 15:09:19 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-03-30 15:09:19 +0300
commit6436024c4cba0bf938983a005bad2e16f1af5e8e (patch)
treea99bf96d5ecadee9a934798e2324ebf9e20b9520 /winsup/cygserver
parentcf41355aba481fdd94195654bf15b71f41b24469 (diff)
Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygserver')
-rwxr-xr-xwinsup/cygserver/configure1
-rw-r--r--winsup/cygserver/configure.ac7
2 files changed, 3 insertions, 5 deletions
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