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/testsuite
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/testsuite')
-rwxr-xr-xwinsup/testsuite/configure.ac3
1 files changed, 1 insertions, 2 deletions
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