This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: include files and statically linked libraries


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]