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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../aclocal
bin_PROGRAMS = cklength eolstrip packhex unhex

View File

@@ -3,14 +3,14 @@
#
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-build],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([install-if-change.in])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(rtems-tools-build,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
AC_EXEEXT

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../aclocal
SUBDIRS = @subdirs@

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-cpu],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([generic])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tools-cpu,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_SCRIPTS = size_rtems

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-cpu-generic],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([size_rtems.in])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tools-cpu-generic,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = genoffsets

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-cpu-hppa1.1],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([genoffsets.c])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tools-cpu-hppa1.1,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
AC_EXEEXT

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4 no-installman
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = shgen

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([shgen.c])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tools-cpu-sh,0.4)
AM_INIT_AUTOMAKE([foreign 1.6])
AM_MAINTAINER_MODE
AC_EXEEXT

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../aclocal
noinst_PROGRAMS = gensize

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([gensize.c])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-tools-cpu-unix,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
AC_EXEEXT

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-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../aclocal
## NOTE: It doesn't make much sense to install these files

View File

@@ -3,14 +3,14 @@
#
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-tools-update],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([rtems-polish.sh])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE(rtems-tools-update,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_PATH_KSH