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


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



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