* configure.tgt: Set build_rdi_share to "yes" on those targets

that use that debugging protocol.
Set build_nlm to yes to build NLM stub for Netware targets.
* configure.ac: If build_rdi_share is "yes", then configure the
rdi-share subdirectory.
If build_nlm is "yes", the configure the "nlm" subdirectory.
* configure: Regenerated.
This commit is contained in:
Jim Blandy
2005-01-19 22:04:37 +00:00
parent 1c44323fc0
commit 065a1afc04
4 changed files with 106 additions and 14 deletions

View File

@@ -1508,6 +1508,17 @@ if test "x$target" = "x$host"; then
fi
fi
# We build rdi-share on ARM-based targets, as instructed by configure.tgt.
if test "x$build_rdi_share" = xyes; then
AC_CONFIG_SUBDIRS(rdi-share)
fi
# We configure the nlm subdirectory on netware targets, as instructed
# by configure.tgt.
if test "x$build_nlm" = xyes; then
AC_CONFIG_SUBDIRS(nlm)
fi
# If hostfile (XM_FILE) and/or targetfile (DEPRECATED_TM_FILE) and/or
# nativefile (NAT_FILE) is not set in config/*/*.m[ht] files, we link
# to an empty version.