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]).
	* debug_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* debug_c/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* dos_sup/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* network_ada/adasockets/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* network_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* network_ada/listener/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* network_ada/tcprelay/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ts_1325_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
Joel Sherrill
2002-03-28 00:39:25 +00:00
parent b35593d6b2
commit fa46ee8ce4
11 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +1,18 @@
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]).
* debug_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* debug_c/Makefile.am: Remove AUTOMAKE_OPTIONS.
* dos_sup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* network_ada/adasockets/Makefile.am: Remove AUTOMAKE_OPTIONS.
* network_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
* network_ada/listener/Makefile.am: Remove AUTOMAKE_OPTIONS.
* network_ada/tcprelay/Makefile.am: Remove AUTOMAKE_OPTIONS.
* ts_1325_ada/Makefile.am: Remove AUTOMAKE_OPTIONS.
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* debug_ada/init.c, network_ada/listener/init.c,

View File

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

View File

@@ -3,14 +3,14 @@
## $Id$
AC_PREREQ(2.52)
AC_INIT
AC_INIT([rtems-c-src-lib-libbsp-i386-ts_386ex-tools],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([coff2bin])
RTEMS_TOP(../../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../../..)
RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-i386-ts_386ex-tools,$RTEMS_VERSION,no)
AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_PROJECT_ROOT

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = Makefile.ts_386ex cmds ddd-rtems debug.adb init.c \
serial_debug.adb serial_debug.ads

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = cmds ddd-rtems debug_test.c init.c serial_gdb.c serial_gdb.h \
system.h

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = loader.com loader_hybrid_com.asm ts1325.inc

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
SUBDIRS = adasockets listener tcprelay

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = AUTHORS COPYING NEWS README sockets-constants.ads \
sockets-link.ads sockets-multicast.adb sockets-multicast.ads \

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = Makefile.ts_386ex init.c listener.adb

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = Makefile.ts_386ex init.c print_error.c tcprelay.adb

View File

@@ -2,7 +2,6 @@
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
EXTRA_DIST = Makefile.ts_386ex ts1325-button.adb ts1325-parallel.adb \
i386_ports.adb ts1325-button.ads ts1325-parallel.ads i386_ports.ads \