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>2014-08-16 01:21:59 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-08-16 01:21:59 +0400
commit4dd1ecc3d4840cff85838bc81fe96bb496703cdb (patch)
tree3f48e904de111dbb3f9112df31f3af992a44051d /winsup/cygwin/configure.ac
parentfc15ff2f0dbcf759e2a5e9cdf648ba0241535e12 (diff)
* winsup.h (_GNU_SOURCE): Define. Explain why.
* configure.ac: Convert to new AC_INIT style. * configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure.ac')
-rw-r--r--winsup/cygwin/configure.ac16
1 files changed, 15 insertions, 1 deletions
diff --git a/winsup/cygwin/configure.ac b/winsup/cygwin/configure.ac
index 9d16e4edd..fc7697b3b 100644
--- a/winsup/cygwin/configure.ac
+++ b/winsup/cygwin/configure.ac
@@ -1,5 +1,19 @@
+dnl Autoconf configure script for Cygwin.
+dnl Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
+dnl 2006, 2008, 2009, 2011, 2012, 2013, 2014 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)dnl
-AC_INIT(Makefile.in)
+AC_INIT([Cygwin DLL], 0,
+ cygwin@cygwin.com, cygwin, https://cygwin.com)
+AC_CONFIG_SRCDIR(Makefile.in)
AC_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(..)