2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Require automake-1.5.
This commit is contained in:
Joel Sherrill
2002-01-18 15:10:53 +00:00
parent 6a06b1f7c9
commit 1615cf1243
37 changed files with 90 additions and 50 deletions

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5.
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Removed definition of ACLOCAL_AMFLAGS.

View File

@@ -1,6 +1,6 @@
## $Id$
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
EXTRA_DIST = word-replace2

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -6,7 +6,7 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
noinst_PROGRAMS = bmenu2

View File

@@ -1,32 +0,0 @@
dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
AC_PREREQ(2.13)
AC_INIT(word-replace2)
AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
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)
AC_OUTPUT(
Makefile
bmenu/Makefile
src2html/Makefile
src2html1.4a/Makefile
src2html1.4a/Ctags/Makefile
src2html1.4a/FreeBSD/Makefile
src2html1.4a/ctags-emacs/Makefile
pdl2texi/Makefile
texi2www/Makefile
)

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -6,7 +6,7 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
PROG = pdl2texi
noinst_PROGRAMS = $(PROG)

View File

@@ -1,3 +1,7 @@
2002-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Require automake-1.5.
2000-08-10 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: New file.

View File

@@ -6,7 +6,7 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.4
AUTOMAKE_OPTIONS = foreign 1.5
SRC2HTMLDIR = $(top_srcdir)/src2html1.4a