aboutsummaryrefslogtreecommitdiff
path: root/winsup/testsuite
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-11-27 08:56:07 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-11-27 08:56:07 +0000
commit63dda66e0a3213d669613297a1320cd686d5cb07 (patch)
treed73aa5117b3206b6153288eb6ba6a79b18d46e4d /winsup/testsuite
parent0523c9240bd6a6cf7c48443eebdcd816fcb5b605 (diff)
downloadnewlib-63dda66e0a3213d669613297a1320cd686d5cb07.zip
newlib-63dda66e0a3213d669613297a1320cd686d5cb07.tar.gz
newlib-63dda66e0a3213d669613297a1320cd686d5cb07.tar.bz2
Pull in changes from HEAD
Diffstat (limited to 'winsup/testsuite')
-rwxr-xr-xwinsup/testsuite/configure.in19
1 files changed, 0 insertions, 19 deletions
diff --git a/winsup/testsuite/configure.in b/winsup/testsuite/configure.in
deleted file mode 100755
index 37190f9..0000000
--- a/winsup/testsuite/configure.in
+++ /dev/null
@@ -1,19 +0,0 @@
-dnl Autoconf configure script for Cygwin's testsuite.
-dnl Copyright 2000 Red Hat, Inc.
-dnl
-dnl This file is part of Cygwin.
-dnl
-dnl This software is a copyrighted work licensed under the terms of the
-dnl Cygwin license. Please consult the file "CYGWIN_LICENSE" for
-dnl details.
-dnl
-dnl Process this file with autoconf to produce a configure script.
-
-AC_PREREQ(2.59)
-AC_INIT(Makefile.in)
-
-AC_PROG_CC
-AC_PROG_CPP
-AC_CHECK_TOOL(AR,ar)
-
-AC_OUTPUT(Makefile)