Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usage

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2016-03-30 14:09:19 +02:00
parent cf41355aba
commit 6436024c4c
11 changed files with 12 additions and 22 deletions

View 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