OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [tools/] [configure.ac] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
dnl Process this file with autoconf to produce a configure script.
2
dnl NOTE: This is a very coarse port to automake
3
AC_PREREQ(2.52)
4
 
5
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
6
AC_CONFIG_SRCDIR([word-replace2])
7
 
8
AM_INIT_AUTOMAKE([no-define foreign 1.6])
9
dnl Checks for programs.
10
AC_PROG_CC
11
 
12
dnl Checks for libraries.
13
 
14
dnl Checks for header files.
15
AC_HEADER_STDC
16
AC_CHECK_HEADERS(limits.h)
17
 
18
dnl Checks for typedefs, structures, and compiler characteristics.
19
 
20
dnl Checks for library functions.
21
AC_CHECK_FUNCS(strdup strstr)
22
 
23
AC_CONFIG_FILES([Makefile
24
bmenu/Makefile
25
src2html/Makefile
26
src2html1.4a/Makefile
27
src2html1.4a/Ctags/Makefile
28
src2html1.4a/FreeBSD/Makefile
29
src2html1.4a/ctags-emacs/Makefile
30
texi2www/Makefile
31
])
32
AC_OUTPUT

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.