Re: (fwd) tin crashes on MacOS 10.4

Thomas Dickey <[email protected]> Sat, 9 Jan 2010 19:40:38 -0500 (EST)
Newsgroups gmane.network.tin.devel
Message-ID <[email protected]>
On Sun, 10 Jan 2010, Urs Janßen wrote:

> On Sat, Jan 09, 2010 at 07:09:39PM -0500, Thomas Dickey wrote:
>>>> looks like the newer AM_PATH_PROG_WITH_TEST is somehow broken:
>>> will check...
>>
>> There was one change since 2006/8/6 -
>>
>> I changed it to use a different variable-name for the path-separator,
>> e.g.,
>>
>> -  if test -n "$PATH_SEPARATOR"; then PATHSEP="$PATH_SEPARATOR"; fi
>> -  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATHSEP}"
>> +  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
>>
>> I don't see any uses of the old name in the updated tin, but that's
>> where you should look, I think.
>
> undoing the changes in CF_ADD_SEARCHPATH fixes the problem - I have no
> idea why the newer CF_ADD_SEARCHPATH is broken.

thanks - will investigate.  It might help if I had a copy of the 
config.log and config.status from the good/bad runs, to compare.

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net