[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 60-fyi-wrappers.patch
From: |
Akim Demaille |
Subject: |
Re: 60-fyi-wrappers.patch |
Date: |
31 Aug 2001 16:44:37 +0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) |
>>>>> "Tim" == Tim Van Holder <address@hidden> writes:
Tim> On 31 Aug 2001 15:30:09 +0200, Akim Demaille wrote:
>> -AC_CONFIG_TESTDIR(tests, bin) +# Some of our bins are location
>> independant, e.g., ifnames. +# We don't need wrappers for them.
>> +AC_CONFIG_TESTDIR(tests, tests:bin)
Tim> Minor nit: this should use $ac_path_separator, not ':'. This is
Tim> non-obvious to the user though.
I was waiting for you :) :) :) I swear I was :)
As a matter of fact, I want to keep this colon, because of course we
can't ask Autoconf users to address portability issues: Autoconf has
to.
But we should probably have something like
AUTOTEST_PATH=`echo "$AUTOTEST_PATH" | tr ':' "$PATH_SEPARATOR"`
in test/general.m4.
That would make it, doesn't it?