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/doc
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/doc')
-rwxr-xr-xwinsup/doc/configure1
-rw-r--r--winsup/doc/configure.ac5
2 files changed, 2 insertions, 4 deletions
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