[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Acl
From: |
Andreas Enge |
Subject: |
Acl |
Date: |
Wed, 5 Nov 2014 20:35:13 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Adding optional inputs to kdelibs, I notice that acl is not recognised.
The reason is that the header files are not installed. Would that be easy
to modify? Maybe by changing the line
(zero? (system* "make" "install" "install-lib")))
to
(zero? (system* "make" "install")))
or not replacing the normal install phase (but then there may be a
reason for this special command!).
Concerning the acl test failures, I tried
#:tests? #t
and found that there is no "check" target. A good reason for the
tests to fail...
Andreas
- Acl,
Andreas Enge <=
- Re: Acl, Ludovic Courtès, 2014/11/05
- Re: Acl, Mark H Weaver, 2014/11/08