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: Tom Tromey
Subject: Re: include files and statically linked libraries
Date: 24 Oct 2002 15:59:33 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>> 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




reply via email to

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