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
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
>
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
| 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
> "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.
>>
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]*)/)
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
--- 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
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
> "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
10 matches
Mail list logo