This is the mail archive of the
automake-prs@sources.redhat.com
mailing list for the automake project.
automake/323: _AM_DEPENDENCIES(GCJ) doesn't work correctly
- From: david at davidpashley dot com
- To: automake-gnats at sources dot redhat dot com
- Date: 19 May 2002 21:53:51 -0000
- Subject: automake/323: _AM_DEPENDENCIES(GCJ) doesn't work correctly
- Reply-to: david at davidpashley dot com
>Number: 323
>Category: automake
>Synopsis: _AM_DEPENDENCIES(GCJ) doesn't work correctly
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: tromey
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun May 19 15:01:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: David Pashley
>Release: automake-1.5
>Organization:
>Environment:
Debian up-to-date sid
>Description:
there is a comma missing in depend.m4 which means that gcj doesn discover the dependency mode to use.
Same error in 1.6.1
>How-To-Repeat:
>Fix:
line 47
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc']
becomes
[$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
>Release-Note:
>Audit-Trail:
>Unformatted: