On Sat, 17 Aug 2002, Bruce Korb wrote: > > 3) Figure out some portable(?) way to determine whether fc is the ksh thing. > > fc=`which fc` || fc=false
How would this distinguish between the ksh-related /usr/bin/fc and an fc program that is a wrapper for f2c? Testing whether fc exists is not the problem (and we already have macros for that). Steven