source: rtems/doc/tools/configure.ac @ 0f77281

4.115
Last change on this file since 0f77281 was 0f77281, checked in by Ralf Corsépius <ralf.corsepius@…>, on 07/19/12 at 13:44:32

Require autoconf-2.69.

  • Property mode set to 100644
File size: 653 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl NOTE: This is a very coarse port to automake
3AC_PREREQ([2.69])
4
5AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
6AC_CONFIG_SRCDIR([word-replace2])
7RTEMS_TOP([../..])
8
9AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
10dnl Checks for programs.
11AC_PROG_CC
12
13dnl Checks for libraries.
14
15dnl Checks for header files.
16AC_HEADER_STDC
17AC_CHECK_HEADERS(limits.h)
18
19dnl Checks for typedefs, structures, and compiler characteristics.
20
21dnl Checks for library functions.
22AC_CHECK_FUNCS(strdup strstr)
23
24# texi2www/Makefile
25AC_CONFIG_FILES([Makefile
26bmenu/Makefile
27])
28AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.