6601fd212f
in 2.1 bulk builds. While here: Use REPLACE_PERL instead of handcrafted code. Get rid of automake build dependency by adding the corresponding patches. Remove bogus patch.
18 lines
595 B
Text
18 lines
595 B
Text
$NetBSD: patch-an,v 1.2 2006/02/28 17:45:55 wiz Exp $
|
|
|
|
--- Makefile.in.orig 2000-03-20 21:13:01.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -118,11 +118,11 @@ l = @l@
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
-SUBDIRS = include src XRacer tools tracks craft data doc intl po # test
|
|
+SUBDIRS = include src XRacer tools tracks craft data doc intl # po test
|
|
|
|
EXTRA_DIST = Reconf Release.in xracer.spec
|
|
|
|
-docdir = $(prefix)/doc/@PACKAGE@-@VERSION@
|
|
+docdir = $(prefix)/share/doc/@PACKAGE@-@VERSION@
|
|
doc_DATA = AUTHORS
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|