Bug 225 - m4 macros are out of place
Summary: m4 macros are out of place
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P1 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 23:16 UTC by Dan Lykowski
Modified: 2009-03-29 19:43 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Lykowski 2009-03-26 23:16:05 UTC
In my most recent pull from SVN,

alsa.m4  
freetype2.m4  
xaw.m4  
xorg-macros.m4  
xorg-server.m4  
xorgversion.m4  
xtrans.m4

are showing up in .../build_i686/staging_dir/usr/share/aclocal and I believe that a recent change requires them to be in .../build_i686/host_dir/usr/share/aclocal.

I'm not quite sure how to get them to build there, but if I copy them by hand my build completes otherwise it crashes trying to build xorg.
Comment 1 Peter Korsgaard 2009-03-29 19:43:37 UTC
Actually it's the other way around. r25827 wrongly changed the aclocal search dir to point to HOST_DIR instead of STAGING_DIR. It's fixed in r25880.