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-11-13 15:12:56 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-11-13 15:12:56 +0300
commit8e0b17fb49397b5b94ea7a1920dc9b64323cece0 (patch)
tree1b9b0e4e39e80b44ddd68afa0dd2caa10c683733 /winsup/configure.ac
parentb7d6a7c805565ab550458c863ad1aaa7031de2b0 (diff)
* configure.ac: Convert to new AC_INIT style.
* configure: Regenerate.
Diffstat (limited to 'winsup/configure.ac')
-rwxr-xr-xwinsup/configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/configure.ac b/winsup/configure.ac
index 2e21f39b6..43b95c5ce 100755
--- a/winsup/configure.ac
+++ b/winsup/configure.ac
@@ -1,6 +1,6 @@
dnl Autoconf configure script for Cygwin.
dnl Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2009, 2010,
-dnl 2011, 2012 Red Hat, Inc.
+dnl 2011, 2012, 2013, 2014 Red Hat, Inc.
dnl
dnl This file is part of Cygwin.
dnl
@@ -11,7 +11,9 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)dnl
-AC_INIT(Makefile.in)
+AC_INIT([Cygwin toplevel], 0,
+ cygwin@cygwin.com, cygwin, https://cygwin.com)
+AC_CONFIG_SRCDIR(Makefile.in)
AC_CONFIG_AUX_DIR(..)
. ${srcdir}/configure.cygwin