Small automake patch

2000-12-28 Thread Ville Laurikari
Hello! I sometimes need to work with AIX (poor me) and noticed that the latest version of automake has a portable dependency tracking mechanism. It does not work with AIX cc though, and I though fixing it myself would be the fastest way to get it working. The diff is rather small, so I'm

Re: Small automake patch

2000-12-28 Thread Ville Laurikari
On Thu, Dec 28, 2000 at 01:20:48PM +0200, Ville Laurikari wrote: +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. + tmpdepfile=`echo "$object" | sed 's/\(.*\)\..*$/\1.u/'` + if "$@" -M test -f "$tmpdepfile"; then +mv "$tmpdepfile" "$depfile"

[Fwd: Ultrix problem]

2000-12-28 Thread Derek R. Price
Whoops. Missed a list. Derek -- Derek Price CVS Solutions Architect ( http://CVSHome.org ) mailto:[EMAIL PROTECTED] OpenAvenue ( http://OpenAvenue.com ) -- He who laughs last thinks slowest. Harlan Stenn wrote: /bin/sh: BA: not found WARNING: `:' is needed,