[patch iwhd] Add dc-rhev-image

Pete Zaitcev zaitcev at redhat.com
Wed Feb 23 21:21:24 UTC 2011


On Wed, 23 Feb 2011 22:09:26 +0100
Jim Meyering <jim at meyering.net> wrote:

> > Adding "acl" to bootstrap.conf is not an answer, apparently. The problem
> > is, I have libacl-devel-2.2.49-8.fc14.x86_64 installed. So the copy-file
> > builds with HAVE_ACL, but cannot find the library. If it were not gnulib,
> > I'd add some AC_CHECK_SOMETHING to configure.ac. But what is the right
> > course of action in this case?
> 
> When you run ./autogen.sh, a ton of diagnostics scroll by,
> mostly just informative.  However some suggest adding to link
> options.  That may solve your problem.

I see, thanks. Adding $(LIB_ACL) to dc_rhev_image_LDADD works.
I just wasn't sure to what extent I should expect gnulib take care
of things, and when to start managing them explicitly.

-- Pete


More information about the iwhd-devel mailing list