blob: f4b944e069cb1ee4c0cfd1c0f07ecd5b4f2aabe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.4 2001/12/25 14:48:38 wiz Exp $
--- info/Makefile.in.orig Tue Sep 28 21:40:50 1999
+++ info/Makefile.in
@@ -97,7 +97,7 @@
# Automake puts -I.. and -I$(srcdir) into DEFS by default, but
# we need to override it, so include them ourselves.
INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
-DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
+DEFS = -DPORTSINFODIR=\"$(prefix)/info\" -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
EXTRA_DIST = README pcterm.c
|