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: Steffen Dettmer
Subject: Re: Adding an external project to autoconf
Date: Mon, 14 Sep 2009 12:32:57 +0200

> 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

We usually write:

AC_CONFIG_SUBDIRS([p1 p2 p3])
address@hidden@

is this (more) correct?

Steffen




reply via email to

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