At 09:24 AM 6/13/2005, jean-frederic clere wrote:
>William A. Rowe, Jr. wrote:
>+ ltfindcmd="`sed -n \"/=[^\\\`]/p;/libtool_m4=/{s/.*=/echo /p;q;}\" \
>>>+ < $libtoolize`"
>>>+ ltfile=${LIBTOOL_M4-`eval "$ltfindcmd"`}
>>>+ # Expecting the code above to be very portable, but just in case...
>>>+ if [ -e "$ltfile" -o ! -f "$ltfile" ]; then
>
>Should be the -e a -f?if empty string or not a file. My mistake. Committed the appropriate change; please retest? Bill
