summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-aw
blob: d34d03db89b94a2c74f71b318a2e5f3234261588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$NetBSD: patch-aw,v 1.2 2002/03/21 08:47:07 seb Exp $

--- tclpathplan/demo/Makefile.in.orig	Fri Mar  8 23:12:24 2002
+++ tclpathplan/demo/Makefile.in
@@ -197,7 +197,7 @@
 
 SUBDIRS = pathplan_data
 
-demodir = $(libdir)/@PACKAGE@/demo
+demodir = $(prefix)/share/examples/@PACKAGE@
 demo_SCRIPTS = pathplan
 demo_DATA = pathplan.README 
 
@@ -208,6 +208,7 @@
 CONFIG_CLEAN_FILES =
 SCRIPTS = $(demo_SCRIPTS)
 
+depcomp =
 DIST_SOURCES =
 DATA = $(demo_DATA)
 
@@ -232,7 +233,7 @@
 	-rm -f libtool
 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  tclpathplan/demo/Makefile
+	  $(AUTOMAKE) --gnu  --ignore-deps tclpathplan/demo/Makefile
 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 	cd $(top_builddir) && \
 	  CONFIG_HEADERS= CONFIG_LINKS= \