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:24:35 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-08-16 01:24:35 +0400
commit7e46c0af626b5ac2fdd8051e8357ba461d3fdabf (patch)
tree86fe613ef47885d20245d05afcaf0f4651cd4687 /winsup/lsaauth/configure.ac
parent4dd1ecc3d4840cff85838bc81fe96bb496703cdb (diff)
* configure.ac: Convert to new AC_INIT style.
* configure: Regenerate.
Diffstat (limited to 'winsup/lsaauth/configure.ac')
-rw-r--r--winsup/lsaauth/configure.ac21
1 files changed, 10 insertions, 11 deletions
diff --git a/winsup/lsaauth/configure.ac b/winsup/lsaauth/configure.ac
index fe2e30bf0..2bcb43cc4 100644
--- a/winsup/lsaauth/configure.ac
+++ b/winsup/lsaauth/configure.ac
@@ -1,22 +1,21 @@
-dnl Copyright (c) 2006, Red Hat, Inc.
-dnl
-dnl This program is free software; you can redistribute it and/or modify
-dnl it under the terms of the GNU General Public License as published by
-dnl the Free Software Foundation; either version 2 of the License, or
-dnl (at your option) any later version.
+dnl Autoconf configure script for Cygwin utilities.
+dnl Copyright 2006, 2008, 2012, 2013, 2014 Red Hat, Inc.
dnl
-dnl A copy of the GNU General Public License can be found at
-dnl http://www.gnu.org/
+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 Written by Christopher Faylor <cgf@redhat.com>
dnl Changed for lsa subdir by Corinna Vinschen <corinna@vinschen.de>
-dnl Autoconf configure script for Cygwin utilities.
-dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT(Makefile.in)
+AC_INIT([Cygwin Lsaauth], 0,
+ cygwin@cygwin.com, cygwin, https://cygwin.com)
+AC_CONFIG_SRCDIR(Makefile.in)
AC_CONFIG_AUX_DIR(../..)