blob: beae245d2afb9a58c744afe9cbc72f772d1afbd0 (
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.5 2003/03/03 11:35:01 seb Exp $
--- tclpathplan/demo/pathplan_data/Makefile.in.orig 2003-03-02 20:12:23.000000000 +0000
+++ tclpathplan/demo/pathplan_data/Makefile.in
@@ -210,7 +210,7 @@ EXAMPLES = boxes.dat dpd.dat funny.dat m
obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
-pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data
+pathplanexampledir = $(prefix)/share/examples/@PACKAGE@/pathplan_data
pathplanexample_DATA = $(EXAMPLES)
EXTRA_DIST = $(EXAMPLES) CVS/*
@@ -218,6 +218,7 @@ subdir = tclpathplan/demo/pathplan_data
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
+depcomp =
DIST_SOURCES =
DATA = $(pathplanexample_DATA)
@@ -236,7 +237,7 @@ distclean-libtool:
-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) --foreign --ignore-deps tclpathplan/demo/pathplan_data/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \
|