summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-ay
blob: ba427897ddce41756d57f960cd13d8ac8e2074c6 (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-ay,v 1.2 2002/03/21 08:47:08 seb Exp $

--- tclpathplan/demo/pathplan_data/Makefile.in.orig	Fri Mar  8 23:12:24 2002
+++ tclpathplan/demo/pathplan_data/Makefile.in
@@ -199,7 +199,7 @@
 	obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
 
 
-pathplanexampledir = $(libdir)/@PACKAGE@/demo/pathplan_data
+pathplanexampledir = $(prefix)/share/examples/@PACKAGE@/pathplan_data
 
 pathplanexample_DATA = $(EXAMPLES)
 EXTRA_DIST = $(EXAMPLES)
@@ -207,6 +207,7 @@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = $(top_builddir)/gvconfig.h
 CONFIG_CLEAN_FILES =
+depcomp =
 DIST_SOURCES =
 DATA = $(pathplanexample_DATA)
 
@@ -225,7 +226,7 @@
 	-rm -f libtool
 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
 	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --gnu  tclpathplan/demo/pathplan_data/Makefile
+	  $(AUTOMAKE) --gnu  --ignore-deps tclpathplan/demo/pathplan_data/Makefile
 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 	cd $(top_builddir) && \
 	  CONFIG_HEADERS= CONFIG_LINKS= \