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: Marshall B. Rogers
Subject: Re: Adding an external project to autoconf
Date: Wed, 9 Sep 2009 12:18:09 +0200

Hi,

I had a quick look at newlib's autotools setup just now. It uses
AC_CONFIG_SUBDIRS, but does not add the directories it configures to
the SUBDIRS in Makefile.in. Is it safe to assume that this is the
correct behavior?

Regards,
Marshall

On Wed, Sep 9, 2009 at 11:33 AM, Dan Smithers <address@hidden> wrote:
>
> 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
>
>
>
> _______________________________________________
> Autoconf mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/autoconf




reply via email to

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