Rewritten autoconf and build directory

Denys Vlasenko vda.linux at googlemail.com
Sun Aug 12 20:47:41 UTC 2007


On Thursday 09 August 2007 18:42, Mats Erik Andersson wrote:
> Hello all,
>
> I stumbled on a possible issue with today's
> svn edition of Busybox. There was no problem
> whatsoever to build Busybox 1.6.1 fresh out of the
> box into a separate build directory, but when I tried
> the same with svn trunk of today, the changed autoconf
> handling gives a warning and then an error is caused
> by applets/usage.c and include/applets.h, thus breaking
> an chance of progress early on. I am not sure whether the
> fault is mine or not, but I thought it best to point
> it out anyway. I will revert to 1.6.1 for the moment,
> since I have no time to spare in the near future.

applets/usage.c:

-#include "autoconf.h"
+/* Just #include "autoconf.h" doesn't work for builds in separate
+ * object directory */
+#include "../include/autoconf.h"

Fixed in svn. Can you verify that this one was your problem?
--
vda



More information about the busybox mailing list