summaryrefslogtreecommitdiffstats
path: root/winsup/lsaauth/configure
Commit message (Collapse)AuthorAgeFilesLines
* Update autoconf for doc/lsaauth/utilsPeter Foley2016-04-011-95/+0
| | | | | | | | | | | | | | | | | 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>
* Replace AC_CANONICAL_SYSTEM with AC_CANONICAL_TARGET, fix AC_INIT usageCorinna Vinschen2016-03-301-1/+0
| | | | Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
* * configure.ac: Convert to new AC_INIT style.Corinna Vinschen2014-08-151-21/+29
| | | | * configure: Regenerate.
* * configure.ac: Back out stupid change.Christopher Faylor2013-12-031-6/+4
| | | | * configure: Regenerate.
* * configure.ac: Don't require 64-bit compiler for 32-bit builds.Christopher Faylor2013-12-031-98/+105
| | | | * configure: Regenerate.
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-3/+7
|
* * configure.in: Add AC_NO_EXECUTABLES.Corinna Vinschen2012-10-241-13/+91
| | | | * configure: Regenerate.
* 2012-10-24 Kai Tietz <ktietz70@googlemail.com>Yaakov Selkowitz2012-10-241-1104/+1058
| | | | | | | | | | | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * configure.in: Check for MINGW32_CC and MINGW64_CC. * configure: Regenerate. * Makefile.in: Use MINGW32_CC and MINGW64_CC to build 32-bit and 64-bit DLLs. Remove references to mingw and w32api directories. * cyglsa64.dll: Remove from version control. * make-64bit-version-with-mingw-w64.sh: Remove.
* * Makefile.in: Rearrange to avoid -mno-cygwin.Christopher Faylor2008-10-121-1541/+2304
| | | | | | | | * configure.in: Use mingw front-end from utils directory as compiler front-end. * configure: Regenerate. * cyglsa.c (cyglsa_printf): Rename from 'printf' to avoid a compiler error. (print_sid, print_groups, print_privs, print_dacl, print_tokinf, LsaApLogonUserEx): Ditto.
* Initial release of the Cygwin LSA authentication package.Corinna Vinschen2006-11-271-0/+3414
* ChangeLog: New file. * Makefile.in: Ditto. * aclocal.m4: Ditto. * configure.in: Ditto. * configure: Ditto. Generated from configure.in. * cyglsa-config: Ditto. * cyglsa.c: Ditto. * cyglsa.din: Ditto. * cyglsa64.dll: Ditto. * make-64bit-version-with-visual-c.bat: Ditto. * mslsa.def: Ditto.