Combining subdirectories into one library

2000-08-17 Thread Tim Heath
Can someone give me an example of how to combine the object files from a deep project into one library with automake.am's? Thanks, Tim Heath

Bug in autoconf 2.49a: conftest* remain undeleted

2000-08-17 Thread Diego Sevilla Ruiz ([EMAIL PROTECTED])
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all: I've seen a bug in autoconf 2.49a that I downloaded from CVS yesterday. I noted that when I used "AC_SEARCH_LIBS", the conftest* files were not deleted. I then inspected the source code and I found that when one calls the "..._IFELSE" mac

Re: Automake + file.in

2000-08-17 Thread Alexandre Oliva
On Aug 17, 2000, "Nikolaus Kimmel (FT3/AB Ulm)" <[EMAIL PROTECTED]> wrote: > So how can I put variables (in which syntax) into the AC_OUTPUT command, > so that automake don't give me errors. You can't. Automake requires static knowledge of all AC_OUTPUT files. -- Alexandre Oliva Enjoy Guar

Automake + file.in

2000-08-17 Thread Nikolaus Kimmel (FT3/AB Ulm)
Hi! I have a problem with autoconf/automake. In my configure.in I have in the AC_OUTPUT macro variables like $Makexy, which is either empty or contains a place, where to put a Makefile. This works fine, but everytime automake is run, it tells me something like that: configure.in: 264: required fi