Attached fixes up some build related things. Note that I'm not convinced that the debirf will work if the build directory isn't the top level, and I haven't been able to test. However, the behaviour shouldn't be changed if you aren't using a separate build directory.
Matt
On Fri, Jul 03, 2009 at 12:42:20PM +0100, Matthew Booth wrote:
elif [ "@DIST@" = "DEBIAN" ]; then
- cd @top_builddir@/appliance
- cd @abs_top_builddir@/appliance debirf make -n debian
Unfortunately abs_top_builddir isn't available in whatever ancient version of autotools that EPEL 5 is using.
-1
Rich.