> "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
> "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
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
> "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
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
> "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>
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
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
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