source: rtems/doc/tools/configure.ac @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 636 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.59)
4
5AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
6AC_CONFIG_SRCDIR([word-replace2])
7RTEMS_TOP([../..])
8
9AM_INIT_AUTOMAKE([no-define foreign 1.9)
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
24AC_CONFIG_FILES([Makefile
25bmenu/Makefile
26texi2www/Makefile
27])
28AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.