830941c6f9
patches intact. Changes since 0.60: * Jan 2003 - Version 0.61 - Dynamic SQL - Output parameters - Compute rows - Varbinary support - dsn-less ODBC connections - RPC support (db-lib) - Compatibility with DBD::Sybase 0.95 - 68 new functions! (see doc/api_status.txt) - Error/message handling rewritten, uses real error numbers - new sample programs - much cleaner code, warning-free compiles - namespace cleanup - public domain versions of functions for OSs that lack them - autoconf portability improvements - builds in HP-UX, Win32, and cygwin - No dependency on OpenSSL
18 lines
569 B
Text
18 lines
569 B
Text
$NetBSD: patch-aa,v 1.4 2003/06/11 13:24:09 wiz Exp $
|
|
|
|
--- Makefile.in.orig Wed Jun 11 14:41:58 2003
|
|
+++ Makefile.in
|
|
@@ -538,13 +538,6 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(ETC)
|
|
- if test ! -f $(ETC)/freetds.conf; then \
|
|
- $(INSTALL_DATA) $(srcdir)/freetds.conf $(ETC)/freetds.conf; \
|
|
- fi
|
|
- if test ! -f $(ETC)/locales.conf; then \
|
|
- $(INSTALL_DATA) $(srcdir)/locales.conf $(ETC)/locales.conf; \
|
|
- fi
|
|
|
|
# for default we do not uninstall configuration (they can be changed)
|
|
@DISTCHECK_BUILD_TRUE@uninstall-local:
|