automake
[Top][All Lists]
Advanced

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

Re: include files and statically linked libraries


From: Eric Anderson
Subject: Re: include files and statically linked libraries
Date: 21 Oct 2002 18:08:22 -0400

On Sun, 2002-10-20 at 14:40, Tom Tromey wrote:
> Does libghttp have its own configure script?

Yes

> If so it is probably even cleaner to run that.  Put this in
> configure.in:
> 
>     AC_CONFIG_SUBDIRS(libghttp-1.0.9-mod)
>

Where does this go in the configure.in file? Above the AC_OUTPUT
command? From what I have read there has to be an order to the script,
so I want to make sure I put it in the right place
 
> Then put this in your Makefile.am:
> 
>     SUBDIRS = libghttp-1.0.9-mod
> 

I assume this goes at the top of the Makefile.am file?

Thanks for your help on this.

-- 
Eric Anderson




reply via email to

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