[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ac-fs-separators.patch
From: |
Alexandre Oliva |
Subject: |
Re: ac-fs-separators.patch |
Date: |
03 Feb 2001 19:48:16 -0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
On Feb 3, 2001, Akim Demaille <address@hidden> wrote:
> Alexandre Oliva <address@hidden> writes:
>> On Feb 3, 2001, Akim Demaille <address@hidden> wrote:
>>
>> > +if AC_TRY_COMMAND([PATH=".;`pwd`"; conftest.sh]); then
>>
>> I suppose it would be a good idea to run this in a sub-shell, to avoid
>> modifying the user's PATH.
> :) :) :)
> AC_TRY does this for me.
Really? I'm not sure I like it. What if I really want to set some
variable half-way through the tried command, to be able to undo
effects only of tests that have succeeded, or just to check how far it
got?
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
- ac-fs-separators.patch, Akim Demaille, 2001/02/03
- Re: ac-fs-separators.patch, Alexandre Oliva, 2001/02/03
- Re: ac-fs-separators.patch, Akim Demaille, 2001/02/03
- Re: ac-fs-separators.patch,
Alexandre Oliva <=
- Re: ac-fs-separators.patch, Akim Demaille, 2001/02/04
- Re: ac-fs-separators.patch, Alexandre Oliva, 2001/02/04
- Re: ac-fs-separators.patch, Akim Demaille, 2001/02/06
- Re: ac-fs-separators.patch, Alexandre Oliva, 2001/02/06
- Re: ac-fs-separators.patch, Akim Demaille, 2001/02/07