834bb01177
Bug fix release and minor improvements: new chg-iomega changer script. amanda will not use a tape if it's label is not in the tapelist file. amflush.c: Don't start a driver if nothing to flush. amadmin.c: Call check_dumpuser() as soon as posible. amadmin.c: Don't core dump if DUMPCYLE is too big. dumper.c: Parse warning message.
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
$NetBSD: patch-ab,v 1.7 2004/11/12 12:13:45 mjl Exp $
|
|
|
|
--- Makefile.in.orig 2004-10-22 15:12:38.000000000 +0200
|
|
+++ Makefile.in 2004-11-07 13:23:31.000000000 +0100
|
|
@@ -17,7 +17,7 @@
|
|
srcdir = @srcdir@
|
|
top_srcdir = @top_srcdir@
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
top_builddir = .
|
|
@@ -269,11 +269,11 @@
|
|
LIBTOOL_M4I = $(srcdir)/config/libtool.m4i
|
|
ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I)
|
|
@WANT_CLIENT_TRUE@CLIENT_SUBDIRS = client-src
|
|
-@WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src
|
|
+TAPE_SUBDIRS = tape-src
|
|
@WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src
|
|
@WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src
|
|
@WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src
|
|
-@WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot
|
|
+# PLOT_SUBDIRS = amplot
|
|
# order is significant, don't change it arbitrarily
|
|
SUBDIRS = \
|
|
config \
|
|
@@ -284,7 +284,7 @@
|
|
$(RESTORE_SUBDIRS) \
|
|
$(RECOVER_SUBDIRS) \
|
|
$(PLOT_SUBDIRS) \
|
|
- man docs example
|
|
+ man
|
|
|
|
pkgdata_DATA = \
|
|
COPYRIGHT \
|