forked from Imagelibrary/rtems
PR 1793/doc * Makefile.am, configure.ac, bmenu/bmenu2.c: Convert from texi2www to texi2html. * texi2www/ChangeLog, texi2www/Makefile.am, texi2www/dir-arrow.gif, texi2www/missing-arrow.gif, texi2www/next-arrow.gif, texi2www/prev-arrow.gif, texi2www/texi2dvi, texi2www/texi2www, texi2www/texi2www.texi, texi2www/up-arrow.gif: Removed.
29 lines
653 B
Plaintext
29 lines
653 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
dnl NOTE: This is a very coarse port to automake
|
|
AC_PREREQ([2.68])
|
|
|
|
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
|
|
AC_CONFIG_SRCDIR([word-replace2])
|
|
RTEMS_TOP([../..])
|
|
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.11.1])
|
|
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
|