bug-cfengine
[Top][All Lists]
Advanced

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

cfengine 1.6.0.a11 configure problem


From: Paul Lew
Subject: cfengine 1.6.0.a11 configure problem
Date: Thu, 5 Oct 2000 23:35:10 -0700

We use different installation directory then /usr/local.  So I tried
the standand GNU way:

> ./configure --prefix=/auto/insbu-cnstools
> make

However, the /usr/local in the generated Makefile did not include the
/auto/insbu-cnstools/include as it should and resulted in unfound
include files.  I have to hand edit the Makefiles in pub and src
directory:

> cd src
> ed Makefile
/usr.local
s:/usr/local:/auto/insbu-cnstools:p
//
s:/usr/local:/auto/insbu-cnstools:p
w
q
> cd ../pub
> ed Makefile
/usr.local
s:/usr/local:/auto/insbu-cnstools:p
//
s:/usr/local:/auto/insbu-cnstools:p
w
q

I think the configure script need to be changed.



reply via email to

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