2004-04-11 18:55:02 +02:00
|
|
|
$NetBSD: patch-aa,v 1.5 2004/04/11 16:55:02 minskim Exp $
|
2001-03-05 13:35:33 +01:00
|
|
|
|
2004-04-11 18:55:02 +02:00
|
|
|
--- Makefile.in.orig 2001-02-10 18:24:24.000000000 -0600
|
2001-03-05 13:35:33 +01:00
|
|
|
+++ Makefile.in
|
2004-04-11 18:55:02 +02:00
|
|
|
@@ -35,7 +35,7 @@ oldincludedir = /usr/include
|
2000-08-29 23:05:46 +02:00
|
|
|
DESTDIR =
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2000-08-29 23:05:46 +02:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
|
|
-pkglibdir = $(libdir)/@PACKAGE@
|
|
|
|
+pkglibdir = $(libdir)/tcl/@PACKAGE@
|
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2000-08-29 23:05:46 +02:00
|
|
|
top_builddir = .
|
2004-04-11 18:55:02 +02:00
|
|
|
@@ -127,7 +127,7 @@ AUTOMAKE_OPTIONS = 1.4
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2000-08-29 23:05:46 +02:00
|
|
|
pkglib_LTLIBRARIES = libtclgdbm.la
|
|
|
|
man_MANS = tclgdbm.n
|
|
|
|
-pkgindexdir = $(libdir)/@PACKAGE@
|
|
|
|
+pkgindexdir = $(libdir)/tcl/@PACKAGE@
|
|
|
|
pkgindex_DATA = pkgIndex.tcl
|
|
|
|
|
|
|
|
# tclStubLib.c is a dummy file just to fool automake
|
2004-04-11 18:55:02 +02:00
|
|
|
@@ -497,11 +497,6 @@ test:
|
|
|
|
torture:
|
2001-03-05 13:35:33 +01:00
|
|
|
echo 'load .libs/libtclgdbm.so Tclgdbm ; source torture.tcl' | tclsh@TCL_VERSION@
|
2004-04-11 18:55:02 +02:00
|
|
|
|
2001-03-05 13:35:33 +01:00
|
|
|
-# override normal libtool rule
|
|
|
|
-tclStubLib.lo : @TCL_STUB_LIB_PATH@
|
|
|
|
- ar -x @TCL_STUB_LIB_PATH@
|
|
|
|
- mv tclStubLib.o tclStubLib.lo
|
2004-04-11 18:55:02 +02:00
|
|
|
-
|
2001-03-05 13:35:33 +01:00
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
2004-04-11 18:55:02 +02:00
|
|
|
.NOEXPORT:
|