industry standard CVS protocol it now supports many more features. CVSNT is Open Source, Free software licensed under the GNU General Public License. * Authentication via all standard CVS protocols, plus Windows specific SSPI and Active Directory * Secure transport support via sserver or encrypted SSPI * Cross platform: Runs in Windows or *nix environments * Windows NT/2000/XP/2003/Vista version is fully integrated with Win32 system. * MergePoint processing means no more tagging to merge! * MergePoint processing means you can "see" which versions were merged to which other versions * Change sets means you can group changes together into logical groups - even over multiple commits * support for concurrent and non-concurrent (reserved/locked) development * Under active development
32 lines
3.3 KiB
Text
32 lines
3.3 KiB
Text
$NetBSD: patch-aa,v 1.1.1.1 2007/05/27 08:27:07 ondratu Exp $
|
|
|
|
--- configure.orig 2006-07-05 16:26:04.000000000 +0200
|
|
+++ configure
|
|
@@ -468,7 +468,7 @@ ac_includes_default="\
|
|
|
|
ac_subdirs_all="$ac_subdirs_all pcre"
|
|
ac_subdirs_all="$ac_subdirs_all expat"
|
|
-ac_subdirs_all="$ac_subdirs_all protocols/ntlm"
|
|
+#ac_subdirs_all="$ac_subdirs_all protocols/ntlm"
|
|
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE CPP YACC LN_S PRTDIAG subdirs INCLTDL LIBLTDL EGREP ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PERL CSH PR ROFF PS2PDF TEXI2DVI MAKE_TARGETS_IN_VPATH_TRUE MAKE_TARGETS_IN_VPATH_FALSE acx_pthread_config PTHREAD_CC PTHREAD_LIBS PTHREAD_CFLAGS PTHREAD_CPPFLAGS LIBOBJS HOWL_LIBS DNS_SD_LIBS WITH_HOWL_TRUE WITH_HOWL_FALSE WITH_DNS_SD_TRUE WITH_DNS_SD_FALSE PCRE_LIBS WITH_PCRE_TRUE WITH_PCRE_FALSE ZLIB_LIBS WITH_ZLIB_TRUE WITH_ZLIB_FALSE WITH_EXPAT_TRUE WITH_EXPAT_FALSE EXPAT_LIBS WITH_MDNS_TRUE WITH_MDNS_FALSE WITH_SQLITE_TRUE WITH_SQLITE_FALSE SQLITE_LIBS MYSQL_CONFIG WITH_MYSQL_TRUE WITH_MYSQL_FALSE MYSQL_LIBS WITH_ODBC_TRUE WITH_ODBC_FALSE ODBC_LIBS PG_CONFIG WITH_POSTGRES_TRUE WITH_POSTGRES_FALSE POSTGRES_LIBS WITH_MAC_HFS_SUPPORT_TRUE WITH_MAC_HFS_SUPPORT_FALSE KRB5_CONFIG WITH_GSSAPI_TRUE WITH_GSSAPI_FALSE GSSAPI_LIBS SSL_LIBS PAM_LIBS cvs_config_dir cvs_library_dir WITH_PAM_TRUE WITH_PAM_FALSE INSTALL_SERVER_TRUE INSTALL_SERVER_FALSE WITH_LOCKSERVER_TRUE WITH_LOCKSERVER_FALSE PSERVER_PROTOCOL_SUPPORT_TRUE PSERVER_PROTOCOL_SUPPORT_FALSE EXT_PROTOCOL_SUPPORT_TRUE EXT_PROTOCOL_SUPPORT_FALSE FORK_PROTOCOL_SUPPORT_TRUE FORK_PROTOCOL_SUPPORT_FALSE SERVER_PROTOCOL_SUPPORT_TRUE SERVER_PROTOCOL_SUPPORT_FALSE GSERVER_PROTOCOL_SUPPORT_TRUE GSERVER_PROTOCOL_SUPPORT_FALSE SSERVER_PROTOCOL_SUPPORT_TRUE SSERVER_PROTOCOL_SUPPORT_FALSE SSPI_PROTOCOL_SUPPORT_TRUE SSPI_PROTOCOL_SUPPORT_FALSE ENUM_PROTOCOL_SUPPORT_TRUE ENUM_PROTOCOL_SUPPORT_FALSE WITH_RCSTOOLS_TRUE WITH_RCSTOOLS_FALSE LTLIBOBJS'
|
|
ac_subst_files=''
|
|
|
|
@@ -5206,7 +5206,8 @@ echo "$as_me: error: this package needs
|
|
"") enable_ltdl_convenience=yes
|
|
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
|
|
esac
|
|
- LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
|
|
+ #LIBLTDL='${top_builddir}/''libltdl'/libltdlc.la
|
|
+ LIBLTDL='${libdir}/'libltdl.la
|
|
LTDLINCL='-I${top_srcdir}/''libltdl'
|
|
# For backwards non-gettext consistent compatibility...
|
|
INCLTDL="$LTDLINCL"
|
|
@@ -32359,7 +32360,7 @@ _ACEOF
|
|
|
|
|
|
|
|
-subdirs="$subdirs protocols/ntlm"
|
|
+#subdirs="$subdirs protocols/ntlm"
|
|
|
|
fi
|
|
echo "$as_me:$LINENO: result: $acx_sspi" >&5
|