summaryrefslogtreecommitdiffstats
path: root/doc/tools/configure.ac
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-11-15 10:37:59 -0600
committerJoel Sherrill <joel@rtems.org>2017-01-11 12:13:21 -0600
commit48a7fa31f918a6fc88719b3c9393a9ba2829f42a (patch)
tree10bf638de133099fcabe5fe713ca98a546a27ab2 /doc/tools/configure.ac
parentRemove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ (diff)
downloadrtems-48a7fa31f918a6fc88719b3c9393a9ba2829f42a.tar.bz2
Remove texinfo format documentation. Replaced by Sphinx formatted documentation.
closes #2812.
Diffstat (limited to '')
-rw-r--r--doc/tools/configure.ac28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/tools/configure.ac b/doc/tools/configure.ac
deleted file mode 100644
index f67f450706..0000000000
--- a/doc/tools/configure.ac
+++ /dev/null
@@ -1,28 +0,0 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl NOTE: This is a very coarse port to automake
-AC_PREREQ([2.69])
-
-AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
-AC_CONFIG_SRCDIR([word-replace2])
-RTEMS_TOP([../..])
-
-AM_INIT_AUTOMAKE([no-define foreign 1.12.2])
-dnl Checks for programs.
-AC_PROG_CC
-
-dnl Checks for libraries.
-
-dnl Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS(limits.h)
-
-dnl Checks for typedefs, structures, and compiler characteristics.
-
-dnl Checks for library functions.
-AC_CHECK_FUNCS(strdup strstr)
-
-# texi2www/Makefile
-AC_CONFIG_FILES([Makefile
-bmenu/Makefile
-])
-AC_OUTPUT