On Wed, 2013-01-30 at 13:11 -0500, LM wrote:
> It certainly makes it a nuisance for building by script to
> have to change from gnu autotools to cmake.  Thanks.

Not really. Sure, it's an extra dependency, but changing your scripts is
generally as simple as replacing:

   ./configure --prefix=/usr

with

   cmake -DCMAKE_INSTALL_PREFIX=/usr

Easy enough. My main complaint about it is that it's a pain to work out
the dependencies and options a package can use, but that might be just
that I don't know it as well as autotools.

Simon.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to