commit | 157e8071be672d530fb52a5560d2794821cbf15e | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue Aug 02 10:02:23 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Tue Aug 02 10:02:23 2005 +0000 |
tree | 6a2737ab0211e497b9ec255120fb9405c2cbd3ec | |
parent | ff3a61b71d758025aa41596e16b9cdff5c53dc84 [diff] |
In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and obvious (and less side-effect prone in strange build environments) BB_CONFIG_H. Yeah, I know Erik ripped it out of our copy of menuconfig (which is a good thing), but that doesn't fix people whose headers have it inherited from linux-kernel headers or old versions of uclibc, and Erik's fix could easily get forgotten and reverted the next time we update menuconfig anyway...