[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoconf-2.65 on UnixWare 7.1.4
From: |
Eric Blake |
Subject: |
Re: autoconf-2.65 on UnixWare 7.1.4 |
Date: |
Mon, 18 Jan 2010 18:13:16 -0700 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 |
According to Ralf Wildenhues on 1/18/2010 12:29 PM:
> Anyway, the failure of 211 is easy, and due to 'false' exiting 255 on
> your system rather than 1 (which is documented in autoconf.texi).
> Please confirm that the patch below fixes the issue; the test addition
> is to ensure the respective code path for $srcdir != '.' is covered as
> well.
>
> Thanks,
> Ralf
>
> config.status: consistent exit status with nonexistent config file input.
>
> * lib/autoconf/status.m4 (_AC_OUTPUT_MAIN_LOOP): Ensure we
> exit with status 1 rather than with that of 'false', for
> reproducibility.
> * tests/torture.at (Missing templates): Also test code path
> for $srcdir != '.'.
> Report by Tim Rice.
This, and the followup to use AS_EXIT([1]), look like obvious improvements
to me; go ahead and apply, and thanks for continuing to look into this.
--
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
signature.asc
Description: OpenPGP digital signature
Re: autoconf-2.65 on UnixWare 7.1.4,
Eric Blake <=