aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-03-30 14:09:19 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-03-30 14:09:19 +0200
commit6436024c4cba0bf938983a005bad2e16f1af5e8e (patch)
treea99bf96d5ecadee9a934798e2324ebf9e20b9520 /winsup/testsuite
parentcf41355aba481fdd94195654bf15b71f41b24469 (diff)
downloadnewlib-6436024c4cba0bf938983a005bad2e16f1af5e8e.zip
newlib-6436024c4cba0bf938983a005bad2e16f1af5e8e.tar.gz
newlib-6436024c4cba0bf938983a005bad2e16f1af5e8e.tar.bz2
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 dc7cd21..746e69c 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