bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build cfengine-2.0.b4 outside of the source tree [patch]


From: Andreas Voegele
Subject: Build cfengine-2.0.b4 outside of the source tree [patch]
Date: 08 Mar 2002 19:47:46 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Without the following patch, cfengine-2.0.b4 cannot be built
successfully outside of the source tree since makeinfo cannot include
version1.texi.

The bug can be verified with:

mkdir /tmp/cfengine
cd /tmp/cfengine
sh <PATH TO CFENGINE SOURCE>/configure
make

diff -u -r cfengine-2.0.b4.orig/doc/Makefile.am cfengine-2.0.b4/doc/Makefile.am
--- cfengine-2.0.b4.orig/doc/Makefile.am        Thu Feb 21 21:14:39 2002
+++ cfengine-2.0.b4/doc/Makefile.am     Fri Mar  8 19:28:33 2002
@@ -24,7 +24,7 @@
 SUFFIXES = html latex
 
 %.html : %.texinfo
-       ${MAKEINFO} --html $<
+       ${MAKEINFO} -I $(srcdir) --html $<
 
 %.dvi : %.latex
        ${LATEX} $<



reply via email to

[Prev in Thread] Current Thread [Next in Thread]