Bug 2024

Summary: frysk.spec doesn't run aclocal correctly
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Andrew Cagney <cagney>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P1    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2004    

Description Andrew Cagney 2005-12-10 19:03:24 UTC
The patched packages all need aclocal run before they are built.
Comment 1 Andrew Cagney 2005-12-10 19:05:48 UTC
The underlying problem was that those packages needed custom M4 macros, and the
macros, instead of being bundled with each package were bunded in random places
such as jg-common, and libgtk-java.  Adding those as includes fixes the problem.

- For java packages, where needed run aclocal with -I
  ../jg-common/macros, and -I ../libgtk-java/macros.