[rrd-developers] [PATCH 1/2] Silence automake portability warnings caused by multiple inference rules.
kevin brintnall
kbrint at rufus.net
Thu Jul 9 19:47:41 CEST 2009
---
doc/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 617beb3..4af8d7b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
-SUFFIXES = .pod .1 .man .html .txt .pm .pdf .inc
+SUFFIXES = .pod .pl .1 .man .html .txt .pm .pdf .inc
-#AUTOMAKE_OPTIONS = foreign
+AUTOMAKE_OPTIONS = foreign
#ACLOCAL_M4 = $(top_srcdir)/config/aclocal.m4
--
1.6.3.1
More information about the rrd-developers
mailing list