Autoupdate still not working right

2000-09-27 Thread Pavel Roskin
Hello! Run this: TMPDIR=. autoupdate --debug /dev/null echo AC_INIT >configure.in grep -v ^_ au*/au.txt >>configure.in autoupdate The result is truly scary. There are two AC_INIT's, four AC_DIAGNOSE's, one AC_REQUIRE outside macro definition, even one AC_C_CROSS! Macros that don't require argu

Re: sh compatibility question

2000-09-27 Thread Gary V. Vaughan
On Wed, Sep 20, 2000 at 04:37:43PM +0200, Akim Demaille wrote: > > #!/bin/sh > > test -f /bin/sh5 && test -z "$RUNNING_SH5" \ > && { UNAMES=`uname -s`; test "x$UNAMES" = xULTRIX; } 2>/dev/null \ > && { RUNNING_SH5=true; export RUNNING_SH5; exec /bin/sh5 $0 ${1+"$@"}; } > unset RUNNING_SH5 >

Re: Call for help on improving the documentation

2000-09-27 Thread Russ Allbery
Greg A Woods <[EMAIL PROTECTED]> writes: > [ On , September 22, 2000 at 00:19:29 (-0700), Russ Allbery wrote: ] >> I think you mean inet_ntop and inet_pton, the replacements for >> inet_ntoa and inet_aton that can deal with IPv6 addresses? The only >> operating system that I've seen that has tho

Re: Autoupdate doesn't like AC_LINK_FILES

2000-09-27 Thread Akim Demaille
| Hello! | I tried to run autoupdate on the following configure.in | | AC_INIT | AC_LINK_FILES(a, b) | AC_OUTPUT Thanks Pavel, I'll try that. | and it printed: | | /tmp/au9096/input.m4:45: /usr/bin/m4: Non-numeric argument to built-in `0@0@h' | /tmp/au9096/input.m4:45: /usr/bin/m4: Cannot ope

Re: Meta list issue: subject prefixes

2000-09-27 Thread Akim Demaille
> "Earnie" == Earnie Boyd <[EMAIL PROTECTED]> writes: Earnie> --- Ossama Othman <[EMAIL PROTECTED]> wrote: >> Out of curiosity, are you guys receiving duplicate e-mails from the >> list? I seem to be getting two copies of each e-mail sent from all >> of the GNU lists I'm subscribed to. >>

Re: [patch] autoconf.sh

2000-09-27 Thread Alexandre Oliva
On Sep 21, 2000, "Lars J. Aas" <[EMAIL PROTECTED]> wrote: > * autoconf.sh: Report full macro name for missing macros. Ok, except that > - match (\$0, /($pattern)[_A-Za-z0-9]*/) > + match (\$0, /([_A-Za-z0-9]*($pattern)[_A-Za-z0-9]*)/)

Re: Meta list issue: subject prefixes

2000-09-27 Thread Felix Lee
Akim Demaille <[EMAIL PROTECTED]>: > Earnie> Not all. Only some. Akim's posts are being repeated. > > ??? If someone has some clues, please tell me what I should do/check. doesn't look like your fault. message-ID is the same, all the headers are the same up to fencepost.gnu.org, and at fence

Re: Meta list issue: subject prefixes

2000-09-27 Thread Earnie Boyd
--- Akim Demaille <[EMAIL PROTECTED]> wrote: > > "Earnie" == Earnie Boyd <[EMAIL PROTECTED]> writes: > > Earnie> --- Ossama Othman <[EMAIL PROTECTED]> wrote: > >> Out of curiosity, are you guys receiving duplicate e-mails from the > >> list? I seem to be getting two copies of each e-mail sen

Please don't release Autoconf-2.50 in September

2000-09-27 Thread Pavel Roskin
Hello! Unless there are any serious reasons or deadlines imposed on the maintainers please don't release Autoconf-2.50 in September. The mailing lists at gnu.org are still out of order, so if anybody has a critical issue it cannot be reported to the maintainers. Please leave at least one week b

Re: Please don't release Autoconf-2.50 in September

2000-09-27 Thread Akim Demaille
> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes: Pavel> Hello! Unless there are any serious reasons or deadlines Pavel> imposed on the maintainers please don't release Autoconf-2.50 Pavel> in September. Pavel> The mailing lists at gnu.org are still out of order, so if Pavel> anybody ha