Re: (fwd) tin crashes on MacOS 10.4
Thomas Dickey <[email protected]> Sat, 9 Jan 2010 19:09:39 -0500 (EST)
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 9 Jan 2010, Thomas Dickey wrote: > On Sun, 10 Jan 2010, Urs Janßen wrote: > >> In <[email protected]>, Thomas Dickey wrote: >>> Here's a resync (with the check for SIGWINCH). >> >> 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. > >> >> [... configure output ...] >> checking for dcgettext... yes >> checking for msgfmt... no >> checking for gmsgfmt... : >> checking for xgettext... no >> [...] >> >> akk10-int% echo $PATH >> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin >> akk10-int% which msgfmt >> /usr/bin/msgfmt >> akk10-int% ls -ld /usr/bin/msgfmt >> -rwxr-xr-x 1 root root 58444 Dec 13 2007 /usr/bin/msgfmt >> akk10-int% msgfmt --statistics /dev/null >/dev/null 2>&1; echo $? >> 0 >> akk10-int% which xgettext >> /usr/bin/xgettext >> akk10-int% ls -ld /usr/bin/xgettext >> -rwxr-xr-x 1 root root 189104 Dec 13 2007 /usr/bin/xgettext >> akk10-int% xgettext --omit-header /dev/null >/dev/null 2>&1 ; echo $? >> 0 >> >> urs >> -- >> Jef Poskanzer: >> "When people aren't stupid Usenet is even more useful. Too bad this happens >> so rarely." >> >> > > -- > Thomas E. Dickey > http://invisible-island.net > ftp://invisible-island.net -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net