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:
committed by
Corinna Vinschen
parent
8e732f7f7f
commit
44b72b43d6
@@ -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
|
||||
|
Reference in New Issue
Block a user