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:
authorPeter Foley <pefoley2@pefoley.com>2016-03-31 21:04:18 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-04-01 15:04:41 +0300
commit44b72b43d6e867408a1ce6bc7df6d60a5c968183 (patch)
tree0f3b47052d51926dbf649bc29d90175955729af1 /winsup/utils/configure.ac
parent8e732f7f7f684f22b283f39a5d407375b3b0b3af (diff)
Update autoconf for doc/lsaauth/utils
Don't use obsolete LIB_AC_PROG_CC. Run autoupdate. winsup/ChangeLog: doc/aclocal.m4: delete lsaauth/aclocal.m4: ditto doc/configure.ac: refactor and update lsaauth/configure.ac: ditto utils/configure.ac: ditto doc/configure: regenerate lsaauth/configure: regenerate utils/configure: regenerate Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Diffstat (limited to 'winsup/utils/configure.ac')
-rw-r--r--winsup/utils/configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/utils/configure.ac b/winsup/utils/configure.ac
index f54d5b6f4..dc56efc78 100644
--- a/winsup/utils/configure.ac
+++ b/winsup/utils/configure.ac
@@ -10,9 +10,8 @@ dnl details.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)
-AC_INIT([Cygwin Utils], 0,
- cygwin@cygwin.com, cygwin, https://cygwin.com)
+AC_PREREQ([2.59])
+AC_INIT([Cygwin Utils],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
AC_CONFIG_SRCDIR(mount.cc)
AC_CONFIG_AUX_DIR(../..)
@@ -40,4 +39,5 @@ test -n "$MINGW_CXX" || AC_MSG_ERROR([no acceptable mingw g++ found in \$PATH])
AC_EXEEXT
AC_CONFIGURE_ARGS
-AC_OUTPUT(Makefile)
+AC_CONFIG_FILES([Makefile])
+AC_OUTPUT