summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-01-11 12:04:42 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:08:15 -0600
commitd46a65d052eca994aea054db4ce990c30aae7726 (patch)
tree8fa6bb521c20a62044b34ac319a0ab05a869c8ac /configure.ac
parentvirtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space CONFIGURE... (diff)
downloadrtems-d46a65d052eca994aea054db4ce990c30aae7726.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
updates #2812.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 61e0eda9e3..941455f00c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,10 +30,6 @@ RTEMS_ENABLE_MULTILIB
RTEMS_ENABLE_PARAVIRT
RTEMS_ENABLE_DRVMGR
-AC_ARG_ENABLE([docs],
- [AS_HELP_STRING([--enable-docs],[enable building documentation
- (default:disabled)])])
-
## NOTES:
## * tools/build are host-native tools to be installed on the host.
## * tools/cpu are host-native or host-cross-target-tools
@@ -52,9 +48,6 @@ AS_IF([test $host != $build],[
RTEMS_HOST_CONFIG_SUBDIRS([tools/build])
])
-AS_IF([test x"${enable_docs}" = x"yes"],
- [RTEMS_BUILD_CONFIG_SUBDIRS([doc])])
-
AS_IF([test x"$enable_multilib" = x"yes"],[
RTEMS_TARGET_CONFIG_SUBDIRS([cpukit])
])