'make dist' and m4 directory

2005-06-21 Thread John Ling
It seems that the m4 directory is required if I am to distribute a package that makes use of libtools along with automake. Is there a way to include this directory during a 'make dist' without defining it in EXTRA_DIST in my Makefile.am? I would have thought that automake would be able to inc

Cannot build, need help!

2005-06-21 Thread SummoneR
Hello! I would like to build a client called Boinc on OpenBSD3.7-i386 and it has a dependency on Automake 1.9.3. I'm newbie at compiling anything, especially on BSD, but usually there isn't any problem if anything should be builded from source, but not this time. The 'optionally' mentioned 'ma

Re: AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Andre Caldas
Hello! The remaining question is: is there any way to make the dependencies to the library, not to the library_source.o file? I´d like to delete the objectfiles to have a nearly clean sourcedir? Sorry for not answering your question. But you can build in a different directory. In my case, I

Post installation activities

2005-06-21 Thread John Ling
Hello, I was wondering if it is possible to do post-install work on the install header directory after an install using some sort of target? I tried using install-exec-hook, but the target fails to find any headers to work on because at that point include_HEADERS apparently has not even been p

question about directory names in makeinfo --html invocation...

2005-06-21 Thread Ed Hartnett
Howdy all! I have a file, netcdf.texi, and when the automake generated makefile builds the html pages, it end up putting them in directory netcdf.html, instead of directory netcdf. Since I have multiple manuals which cross reference each other, this is a problem. According to makeinfo, a referenc

AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Roesner Thomas
Dear all, it seems to work now, unfortunately i didn't have the depcomp file, so starting make in av didn't result in compiling the files without any errormessage, expect missing o-files. The remaining question is: is there any way to make the dependencies to the library, not to the library_sourc

Re: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Ralf Wildenhues
Hi Thomas, * Roesner Thomas wrote on Tue, Jun 21, 2005 at 08:47:47AM CEST: > > > lib_LIBRARIES = libavstd.a libavpcl.a > > > > libsources = avbed.c avpub.c > > libavstd_a_SOURCES = $(libsources) > > libavstd_a_CPPFLAGS = -DNORMAL $(AM_CPPFLAGS) > > > > libavpcl_a_SOURCES = $(libsources) > > lib

AW: Creating two libraries with same sourcefiles but diffrent defines

2005-06-21 Thread Roesner Thomas
Dear Kelley, thank you for your quick replie, - i was offline some days :-( > lib_LIBRARIES = libavstd.a libavpcl.a > > libsources = avbed.c avpub.c > libavstd_a_SOURCES = $(libsources) > libavstd_a_CPPFLAGS = -DNORMAL $(AM_CPPFLAGS) > > libavpcl_a_SOURCES = $(libsources) > libavpcl_a_CPPFLAGS