This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: include files and statically linked libraries
- From: Tom Tromey <tromey at redhat dot com>
- To: Eric Anderson <eric dot anderson at cordata dot net>
- Cc: Automake <automake at gnu dot org>
- Date: 24 Oct 2002 15:59:33 -0600
- Subject: Re: include files and statically linked libraries
- References: <1035124050.4430.29.camel@Beast><871y6lar85.fsf@fleche.redhat.com> <1035238102.4909.25.camel@Beast>
- Reply-to: tromey at redhat dot com
>> AC_CONFIG_SUBDIRS(libghttp-1.0.9-mod)
Eric> Where does this go in the configure.in file? Above the AC_OUTPUT
Eric> command? From what I have read there has to be an order to the script,
Eric> so I want to make sure I put it in the right place
Anyplace before AC_OUTPUT is fine.
>> SUBDIRS = libghttp-1.0.9-mod
Eric> I assume this goes at the top of the Makefile.am file?
Anyplace in Makefile.am is fine.
At the top is typical though.
Tom