This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: include files and statically linked libraries
- From: Eric Anderson <eric dot anderson at cordata dot net>
- To: Automake <automake at gnu dot org>
- Date: 21 Oct 2002 18:08:22 -0400
- Subject: Re: include files and statically linked libraries
- References: <1035124050.4430.29.camel@Beast> <871y6lar85.fsf@fleche.redhat.com>
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