autoconf
[Top][All Lists]
Advanced

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

Re: Adding an external project to autoconf


From: Dan Smithers
Subject: Re: Adding an external project to autoconf
Date: Wed, 09 Sep 2009 10:33:54 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Thanks for the quick response,

Alfred M. Szmidt wrote:

> Please see `(autoconf) Subdirectories' in the manual.

That was where I started: I already use

AC_CONFIG_SUBDIRS (zlib compression boost_ext)
AC_OUTPUT([Makefile])

in the top level configure.ac and

SUBDIRS= zlib compression boost_ext

in Makefile.am

This all seems to work for the existing entries but when I add zlib,
zlib is not treated as the others.

thanks

dan





reply via email to

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