Re: how to prefix definitions in config.h

2002-03-18 Thread Guido Draheim
Es schrieb Paul Eggert: > > > Date: Sun, 17 Mar 2002 13:48:30 +0100 > > From: Guido Draheim <[EMAIL PROTECTED]> > > > your point is quite fine - why not let the lines > > go into the makefile instead of config.status. I just wonder how to > > do this - if it would be possible then it would be fa

95% MLM Business Will Fail! Why?

2002-03-18 Thread Bernard Low
Greetings! You are receiving this letter because you have expressed an interest in receiving information about online business opportunities. If this is erroneous then please accept my most sincere apology. This is a one-time mailing, so no removal is necessary. If you've been burned, betrayed

Quoting Text for Autoconf

2002-03-18 Thread Bruce Korb
I wrote this up. Akim (or anyone else), have you a moment to tell me if I am lying here? http://autogen.sourceforge.net/acquoting.html Thanks! :-) Title: Quoting Text for Autoconf Quoting Text for Autoconf Autoconf is primarily a collection of M4 macros that are used to permu

Re: configure providing function (Was: Severe performance problem and proposed solution)

2002-03-18 Thread Paul Eggert
> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 18 Mar 2002 10:22:51 +0100 > | How about this idea instead. Let the configure script contain code > | that looks like this: > | > | ln -s from to > | echo "Hello world" > | > | in both cases assuming the POSIX.1-2001 semantics. > > This do

Re: how to prefix definitions in config.h

2002-03-18 Thread Paul Eggert
> Date: Mon, 18 Mar 2002 10:40:44 +0100 > From: Guido Draheim <[EMAIL PROTECTED]> > If you have a proposal how to express that in automake-terms, don't > hide it... Sorry, I don't understand the overall problem well enough to draft a solution. The only part of the problem that I understand has

Re: how to prefix definitions in config.h

2002-03-18 Thread Guido Draheim
Es schrieb Akim Demaille: > > > "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: > > Paul> Sorry, I don't understand the question. I went back and read > Paul> the thread, and I still don't understand the question. > > Sorry for being confuse. > > Paul> I did understand Russ Allbery's po

Re: how to prefix definitions in config.h

2002-03-18 Thread Guido Draheim
Es schrieb Clinton Roy: > > > > my_config.h: config.h > > > sed 's/#define /#define MY_/; s/#undef /#undef MY_/' $@ > > It would appear I can air my dirty code :) > > We define some of our own defines, that are already prefixed, so we > have to take care of the case of double prefixing.

Re: configure providing function (Was: Severe performance problem and proposed solution)

2002-03-18 Thread Akim Demaille
| > From: Akim Demaille <[EMAIL PROTECTED]> | > Date: 13 Mar 2002 10:41:09 +0100 | | > Actually, all this should be done after an initial step, which is | > equipping configure with means to provide replacement functions. I'm | > think about something like | > | > ./configure --replace

Re: how to prefix definitions in config.h

2002-03-18 Thread Akim Demaille
> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: Paul> Sorry, I don't understand the question. I went back and read Paul> the thread, and I still don't understand the question. Sorry for being confuse. Paul> I did understand Russ Allbery's point. He wrote that if you Paul> need a confi

Re: how to prefix definitions in config.h

2002-03-18 Thread Clinton Roy
> > my_config.h: config.h > > sed 's/#define /#define MY_/; s/#undef /#undef MY_/' $@ It would appear I can air my dirty code :) We define some of our own defines, that are already prefixed, so we have to take care of the case of double prefixing. We also wrap the header in an `#ifndef