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>
This commit is contained in:
Peter Foley
2016-03-31 14:04:18 -04:00
committed by Corinna Vinschen
parent 8e732f7f7f
commit 44b72b43d6
7 changed files with 11 additions and 1949 deletions

View File

@@ -12,7 +12,7 @@ dnl Changed for lsa subdir by Corinna Vinschen <corinna@vinschen.de>
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_PREREQ([2.59])
AC_INIT([Cygwin Lsaauth],[0],[cygwin@cygwin.com],[cygwin],[https://cygwin.com])
AC_CONFIG_SRCDIR(Makefile.in)
@@ -21,7 +21,7 @@ AC_CONFIG_AUX_DIR(../..)
AC_NO_EXECUTABLES
AC_CANONICAL_TARGET
LIB_AC_PROG_CC
AC_PROG_CC
case "$target_cpu" in
i?86)
@@ -37,4 +37,5 @@ AC_ARG_PROGRAM
AC_PROG_INSTALL
AC_OUTPUT(Makefile cyglsa.def:cyglsa.din)
AC_CONFIG_FILES([Makefile cyglsa.def:cyglsa.din])
AC_OUTPUT