source: rtems/doc/tools/configure.ac @ 3ba40b46

4.104.114.84.95
Last change on this file since 3ba40b46 was 551857b, checked in by Joel Sherrill <joel.sherrill@…>, on 01/22/02 at 17:38:24

2002-01-21 Ralf Corsepius <corsepiu@…>

  • configure.ac: Autoupdate to 2.52. Remove pdl2texi.
  • Makefile.am: Remove pdl2texi.
  • Property mode set to 100644
File size: 691 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.52)
4
5AC_INIT
6AC_CONFIG_SRCDIR([word-replace2])
7
8AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
9dnl Checks for programs.
10AC_PROG_CC
11
12dnl Checks for libraries.
13
14dnl Checks for header files.
15AC_HEADER_STDC
16AC_CHECK_HEADERS(limits.h)
17
18dnl Checks for typedefs, structures, and compiler characteristics.
19
20dnl Checks for library functions.
21AC_CHECK_FUNCS(strdup strstr)
22
23AC_CONFIG_FILES([Makefile
24bmenu/Makefile
25src2html/Makefile
26src2html1.4a/Makefile
27src2html1.4a/Ctags/Makefile
28src2html1.4a/FreeBSD/Makefile
29src2html1.4a/ctags-emacs/Makefile
30texi2www/Makefile
31])
32AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.