|
From: Jeroen Ruigrok/a. <as...@wx...> - 2005-02-27 15:08:13
|
Given I am extending the code base for DragonFly support (and if I can manage some other BSDs as well) I am encountering some things. Some have already been put into Bugzilla (hi Julian : )). One thing I am encountering is: configure.in: AC_OUTPUT( [snip...] include/x86/Makefile include/linux/Makefile include/x86-linux/Makefile [snip...] ) I thought about doing linux -> $VG_OS and x86-linux -> $VG_PLATFORM, but of course automake does not like this, since it doesn't know about $VG_OS or $VG_PLATFORM since that's set at runtime by configure. Any ideas/suggestions about this? Since it seems a bit awkward to create all Makefiles for all OSes and targets when only one combination should suffice. -- Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono Free Tibet! http://www.savetibet.org/ | http://ashemedai.deviantart.com/ http://www.tendra.org/ | http://www.in-nomine.org/ The only reason for time is so that everything doesn't happen at once... |