Re: GNU Automake 1.10.1 released -- bug #516 is still there

2008-01-22 Thread Peter Breitenlohner
On Tue, 22 Jan 2008, Ralf Wildenhues wrote: I'm pleased to announce the release of Automake 1.10.1. Automake is a tool Very good, BUT more than a year ago I filed a bug report (automake#516), after sending an email some month earlier: automake generated Makefiles install manpages from

Building Fat libraries with autoconf-based build systems

2008-01-22 Thread Tommy Nordgren
Are there any way to build Fat libraries (that contains code for more than one cpu architecture) with autoconf-based build systems. (This is needed when doing release builds for Apps that use the libraries under Apples XCode IDE. -- What is a woman that you forsake her, and the hearth fire

Multiple configurations in single configure script

2008-01-22 Thread Tatu Kilappa
I'd want to ask if this is possible at all. I'm having a slightly complex build that has several parts. Each part should generate it's own Makefile in the right directory. However, i have no desire to run configure multiple times, which is why I'm asking about a setup that looks kind of as follows

Re: Multiple configurations in single configure script

2008-01-22 Thread Ralf Wildenhues
Hello Tatu, * Tatu Kilappa wrote on Tue, Jan 22, 2008 at 10:47:56PM CET: > I'd want to ask if this is possible at all. > > I'm having a slightly complex build that has several parts. Each part > should generate it's own Makefile in the right directory. However, i > have no desire to run configure

Re: Building Fat libraries with autoconf-based build systems

2008-01-22 Thread Peter O'Gorman
Tommy Nordgren wrote: > Are there any way to build Fat libraries (that contains code for more > than one cpu architecture) > with autoconf-based build systems. Yes. ./configure CFLAGS='-arch ppc -arch i386' --disable-dependency-tracking make This may or may not work for some packages, you would