2004-04-25 Alexandre Duret-Lutz <adl@gnu.org>
+ * lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly.
+
* doc/automake.texi (Headers): Revamp.
2004-04-24 Alexandre Duret-Lutz <adl@gnu.org>
#! /bin/sh
# depcomp - compile a program generating dependencies as side-effects
-scriptversion=2004-04-24.12
+scriptversion=2004-04-25.14
# Copyright (C) 1999, 2000, 2003, 2004 Free Software Foundation, Inc.
base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
if test "$libtool" = yes; then
- # Dependencies have been reported to be
- # output in either .lo.d or .o.d.
+ # Dependencies are output in .lo.d with libtool 1.4.
+ # They are output in .o.d with libtool 1.5.
tmpdepfile1="$dir.libs/$base.lo.d"
tmpdepfile2="$dir.libs/$base.o.d"
tmpdepfile3="$dir.libs/$base.d"