Re: autoreconf --clean

2007-03-15 Thread Ralf Wildenhues
Hello David, Bob, all, * David Byron wrote on Thu, Mar 15, 2007 at 05:41:30AM CET: > On Wednesday, March 14, 2007 @ 9:33p, Bob Proulx wrote: > > > > Given a source directory project-X.Y build in a different > > directory. Frequently beside it but could actually be > > quite far away. > > > > c

How do I avoid a specific variable in the Makefile?

2007-03-15 Thread Jules Colding
Hi, I've got a multiline configure.in variable like this: RPM_BUILDREQUIRES='BuildRequires: package_1 BuildRequires: package_2' AC_SUBST(RPM_BUILDREQUIRES) I'm using this in my spec.in file: @RPM_BUILDREQUIRES@ to produce the following spec file: BuildRequires: package_1 BuildR

Re: How do I avoid a specific variable in the Makefile?

2007-03-15 Thread Ralf Wildenhues
[ Cc:ing bug-automake for an documentation request ] Hello Jules, * Jules Colding wrote on Thu, Mar 15, 2007 at 12:10:54PM CET: > > I've got a multiline configure.in variable like this: > > RPM_BUILDREQUIRES='BuildRequires: package_1 > BuildRequires: package_2' > AC_SUBST(RPM_BUILDREQUI

Re: How do I avoid a specific variable in the Makefile?

2007-03-15 Thread Stepan Kasal
Hello, On Thu, Mar 15, 2007 at 01:29:30PM +0100, Ralf Wildenhues wrote: > [ Cc:ing bug-automake for an documentation request ] > > * Jules Colding wrote on Thu, Mar 15, 2007 at 12:10:54PM CET: > [...] > > This unfortunately has a side effect as it creates a target in my > > Makefile named "BuildR

Re: autoreconf --clean

2007-03-15 Thread Stepan Kasal
Hello, ``No, no, it ain't me, you are looking for, babe!'' --Robert Zimmermann On Wed, Mar 14, 2007 at 10:33:26PM -0600, Bob Proulx wrote: > David Byron wrote: > > I'm trying to find a way to remove all the files that autoreconf -fvi puts > > in my source directo

Overloaded Function Checks

2007-03-15 Thread Eric Lemings
Hi, I want to write an Autoconf macro that checks for overloaded functions in C++ (assuming of course all basic C++ configuration checks have been done). For example, does the C++ compiler support function calls to abs() in or for all integer types ranging from 'bool' up to 'unsigned long long

Re: Overloaded Function Checks

2007-03-15 Thread Guido Draheim
Eric Lemings schrieb: > Hi, > > I want to write an Autoconf macro that checks for overloaded functions > in C++ (assuming of course all basic C++ configuration checks have been > done). For example, does the C++ compiler support function calls to > abs() in or for all integer types ranging fr