--------------------- PatchSet 3695 Date: 2002/02/24 03:29:42 Author: hno Branch: ntlm_smbpasswd Tag: (none) Log: ntlm_smbpasswd helper Members: configure.in:1.47->1.47.2.1 Index: squid/configure.in =================================================================== RCS file: /cvsroot/squid-sf//squid/configure.in,v retrieving revision 1.47 retrieving revision 1.47.2.1 diff -u -r1.47 -r1.47.2.1 --- squid/configure.in 29 Jan 2002 14:49:11 -0000 1.47 +++ squid/configure.in 24 Feb 2002 03:29:42 -0000 1.47.2.1 @@ -3,7 +3,7 @@ dnl dnl Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9) dnl -dnl $Id: configure.in,v 1.47 2002/01/29 14:49:11 squidadm Exp $ +dnl $Id: configure.in,v 1.47.2.1 2002/02/24 03:29:42 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(cfgaux) AM_INIT_AUTOMAKE(squid, 2.6-DEVEL) AM_CONFIG_HEADER(include/autoconf.h) -AC_REVISION($Revision: 1.47 $)dnl +AC_REVISION($Revision: 1.47.2.1 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -2169,6 +2169,7 @@ src/auth/ntlm/helpers/no_check/Makefile \ src/auth/ntlm/helpers/NTLMSSP/Makefile \ src/auth/ntlm/helpers/NTLMSSP/smbval/Makefile \ + src/auth/ntlm/helpers/smbpasswd/Makefile \ contrib/Makefile \ snmplib/Makefile \ icons/Makefile \