summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-07-20 22:14:59 +0000
committerRoland McGrath <roland@gnu.org>2004-07-20 22:14:59 +0000
commit8f73811bcf9c1ef8044f28f384245b477b69cd31 (patch)
tree85737ec0509c60d35f5a0174b1c29a65a1580324 /config.make.in
parent3a261340b81a5fdf901486d5cd333698474b489b (diff)
* configure.in (add_ons): Substitute this. Move $add_ons handling
after AC_CANONICAL_HOST and default setting of $machine et al. Don't set $subdirs from $add_ons. Instead, source add-on/configure fragments early on. (base_machine): If it's already set, don't set it based on $machine. (libc_config_ok): New variable, set to no. If an add-on fragment sets it to yes, skip the tuple sanity check as if --enable-hacker-mode. (sysnames): Try appending add-on names after machine as well. * configure: Regenerated. * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@. * Makeconfig ($(common-objpfx)config.status): Also depend on configure files in $(add_ons) dirs. * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove definition, now in netinet/in.h proper. long. Rewrite example code so that it takes into account l64a output
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in
index dd3aa8fe8a..b48dbb4fc5 100644
--- a/config.make.in
+++ b/config.make.in
@@ -87,7 +87,7 @@ build-profile = @profile@
build-omitfp = @omitfp@
build-bounded = @bounded@
build-static-nss = @static_nss@
-add-ons = @subdirs@
+add-ons = @add_ons@
cross-compiling = @cross_compiling@
force-install = @force_install@