Re: Meta list issue: subject prefixes

2000-09-20 Thread Akim Demaille
> "Russ" == Russ Allbery <[EMAIL PROTECTED]> writes: Russ> Could the really annoying "feature" of mangling the subjects of Russ> incoming messages be turned off? It should be ok by now. ___ Autoconf mailing list [EMAIL PROTECTED] http://mail.gnu.or

Re: Blind fix for wierd test ordering in configure

2000-09-20 Thread Akim Demaille
> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> Woah!!! Didn't make much sense on the first scan through. I'll Gary> read it more carefully later this evening. Good! It's a write once read never piece of text :) ___ Autoconf mailing

sh compatibility question

2000-09-20 Thread Martin Wilck
I wonder why autoconf doesn't use shell functions. Is that a compatibility issue? According to the bash info pages, shell functions belong to the POSIX standard for the Bourne shell. -- Martin Wilck <[EMAIL PROTECTED]> Institute for Tropospheric Research, Permoserstr. 15, D-04318 Leipzig, Germa

Re: sh compatibility question

2000-09-20 Thread Akim Demaille
> "Martin" == Martin Wilck <[EMAIL PROTECTED]> writes: Martin> I wonder why autoconf doesn't use shell functions. Is that a Martin> compatibility issue? According to the bash info pages, shell Martin> functions belong to the POSIX standard for the Bourne shell. You are twice right, but the

Re: sh compatibility question

2000-09-20 Thread Pavel Roskin
Hello, Akim! > You may fall on some lonely hermit who decided plain old functionless > sh was enough for him, but then 1. he is certainly not interested in > your scripts, or 2. if he wants them, let him install bash. One important point - bash used a configure script produced by Autoconf. This

Re: sh compatibility question

2000-09-20 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Hello, Akim! >> You may fall on some lonely hermit who decided plain old >> functionless sh was enough for him, but then 1. he is certainly not >> interested in your scripts, or 2. if he wants them, let him install >> bash. Pavel>

What Automake are we using?

2000-09-20 Thread Pavel Roskin
Hello! What version of Automake are we using to rebuild Makefile.in's? It must be a modified version since the stock Automake hardcodes "gtar" and has a bug in the "distdir" target. Shouldn't we have a HACKING file? Regards, Pavel Roskin ___ Autocon

Re: sh compatibility question

2000-09-20 Thread Martin Wilck
The reason I asked is the fortran dependency tracker that I'm writing. I just figured that I could write some things more elegantly if shell functions were allowed. If I understand right what Akim writes, I do not need to worry about shells without functions in a fortran dependency tracking tool

Re: [Autoconf] Macro to test for pthreads?

2000-09-20 Thread Albert Chin-A-Young
On Sun, Sep 17, 2000 at 06:40:19PM -0500, Bob Friesenhahn wrote: > Does anyone have a tried and proven macro they can point me to that > updates LIBS, CPPFLAGS, and CFLAGS values to support POSIX threads > across platforms? The macro in the Autoconf macro repository > (ACX_PTHREAD) is not proving