2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:54:58 +00:00
parent b2145d9237
commit 7273b6e166
308 changed files with 785 additions and 309 deletions

View File

@@ -1,3 +1,10 @@
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-02-14 Joel Sherrill <joel@OARcorp.com>
* configure.ac: New mips supplement.

View File

@@ -2,7 +2,6 @@
# $Id$
#
AUTOMAKE_OPTIONS = foreign 1.5
# NOTE: The order of the directories is essential.
# + tools, common and images are shared across many documents

View File

@@ -2,13 +2,13 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-doc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([project.am])
AC_CONFIG_AUX_DIR([.])
RTEMS_VERSION=Snapshot
AM_INIT_AUTOMAKE(rtemsdoc,${RTEMS_VERSION},no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
AC_ARG_ENABLE(html,

View File

@@ -1,3 +1,10 @@
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Autoupdate to 2.52.

View File

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

View File

@@ -2,10 +2,10 @@ dnl Process this file with autoconf to produce a configure script.
dnl NOTE: This is a very coarse port to automake
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-doc-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([word-replace2])
AM_INIT_AUTOMAKE(rtemsdoc-tools,0.0.0,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
dnl Checks for programs.
AC_PROG_CC