This is the mail archive of the automake-prs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake/323: _AM_DEPENDENCIES(GCJ) doesn't work correctly



>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]