Re: macros for rpath support

2002-05-26 Thread Akim Demaille
Thanks Bruno, This is a very welcome addition to Autoconf. As a matter of fact, some users had already suggested that we swallow your macros, and Paul had suggested that we wait until you feel it is mature enough. It seems that this day has come! There remains mostly details to settle: the co

Re: Site Macro Directory

2002-05-26 Thread Akim Demaille
> On Fri May 24 12:35 2002 +0200, Akim Demaille wrote: > > | While working on this, I noticed that the current autom4te code > > | reverses the order of the `-I' options before passing them to m4. The > > | documentation says: > > | > > | `--include=DIR' > > | `-I DIR' > > |Also loo

Re: Site Macro Directory

2002-05-26 Thread Akim Demaille
| I've proposed a solution that would solve this problem without | removing any flexibility. Just to keep everyone on the same page, my | current proposal is: | | * autoconf's search path should be: | 1. any directories specified in `-I' options | 2. the current directory (i.e., $

Re: Site Macro Directory

2002-05-26 Thread Akim Demaille
> "Paul" == Paul Eggert <[EMAIL PROTECTED]> writes: >> From: Akim Demaille <[EMAIL PROTECTED]> Date: 24 May 2002 12:35:53 >> +0200 >> | Every other tool that I know of that accepts a `-I' option >> (including | gcc, GNU make, GNU m4, and perl) prepends the >> arguments to the search | path i

Re: Site Macro Directory

2002-05-26 Thread Mark D. Roth
On Sun May 26 12:08 2002 +0200, Akim Demaille wrote: > I'd like to find a means to preserve the simplicity of autom4te and > autom4te.cfg. Maybe an additional -I like option would suffice. The FYI, that's exactly how my patch solves this problem. Please let me know what you think. -- Mark D.

Re: Site Macro Directory

2002-05-26 Thread Mark D. Roth
On Sun May 26 12:15 2002 +0200, Akim Demaille wrote: > | * autoconf's search path should be: > | 1. any directories specified in `-I' options > | 2. the current directory (i.e., $top_srcdir) > | 3. the directories specified in $AC_MACRO_PATH (if set) > | 4. the system-wid

Re: AC_FUNC_GETLOADAVG

2002-05-26 Thread Patrick Welche
On Sun, May 12, 2002 at 10:08:54PM -0700, Paul Eggert wrote: > > From: Patrick Welche <[EMAIL PROTECTED]> > > Date: Sun, 12 May 2002 16:41:08 +0100 > > > > I'm afraid the new version of functions.m4 doesn't work for me > > (reverting from 1.60 to 1.58 allows test to pass). > > > > 143. acfunctio

[±¤°í]»ç°í ÆÈ°í´Â ÀÌ·¸°Ô!

2002-05-26 Thread ´Ù»ç¶û
Title: ¿Õâ! ¿Õâ!:: º» ¸ÞÀÏÀº Á¤º¸Åë½ÅºÎ ±Ç°í»çÇ׿¡ ÀǰŠÁ¦¸ñ¿¡ [±¤°í]¶ó Ç¥½ÃµÈ ±¤°í¸ÞÀÏÀÔ´Ï´Ù. ¼ö½Å°ÅºÎ¸¦ ÇÏ½Ã¸é ¸ÞÀÏÀ» Àç ¹ß¼ÛÇÏÁö ¾Ê½À´Ï´Ù.  

Re: AC_FUNC_GETLOADAVG

2002-05-26 Thread Paul Eggert
> From: Patrick Welche <[EMAIL PROTECTED]> > Date: Sun, 26 May 2002 20:36:14 +0100 > > How's your bug? Mine is still there... I assume that mine is still there too. I haven't had time to look lately.

Re: Site Macro Directory

2002-05-26 Thread Paul Eggert
> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 26 May 2002 12:20:00 +0200 > > If the problem is wrt -I, I'm fine with renaming it -i. Yes, that would be an improvement. Presumably -I would append the path names, but -i would prepend them, so you could mix -i and -I with predictable results.

Come Check This Out!!

2002-05-26 Thread
Below is the result of your feedback form. It was submitted by ([EMAIL PROTECTED]) on Sunday, May 26, 2002 at 23:41:23 --- :: Come See What We Have To Offer. We Have Everything You Want! So Join Us Today, Best :Of All It's

Re: macros for rpath support

2002-05-26 Thread Paul Eggert
> From: Akim Demaille <[EMAIL PROTECTED]> > Date: 26 May 2002 12:00:27 +0200 > > For safety, it would be good that we have two different macro names. I don't see why it's safer to have two different macro names. I've often redefined Autoconf-supplied macros with no ill effects, and I presume a