summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/ChangeLog7
-rw-r--r--c/src/wrapup/Makefile.am1
-rw-r--r--c/src/wrapup/configure.ac4
3 files changed, 9 insertions, 3 deletions
diff --git a/c/src/wrapup/ChangeLog b/c/src/wrapup/ChangeLog
index 540556c8af..8d6d6d32f5 100644
--- a/c/src/wrapup/ChangeLog
+++ b/c/src/wrapup/ChangeLog
@@ -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-03-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Special treatment of the bare BSP.
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index ce7be0d2e3..2f087fc9af 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -4,7 +4,6 @@
## build and install "glommed" librtemsbsp.a
##
-AUTOMAKE_OPTIONS = foreign 1.5
ACLOCAL_AMFLAGS = -I ../../../aclocal
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac
index 633eabfc2d..05c495b15b 100644
--- a/c/src/wrapup/configure.ac
+++ b/c/src/wrapup/configure.ac
@@ -3,7 +3,7 @@
## $Id$
AC_PREREQ(2.52)
-AC_INIT
+AC_INIT([rtems-c-src-wrapup],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([../exec])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
@@ -14,7 +14,7 @@ RTEMS_ENABLE_RDBG
RTEMS_CANONICAL_TARGET_CPU
RTEMS_CANONICAL_HOST
-AM_INIT_AUTOMAKE(rtems-c-src-wrapup,$RTEMS_VERSION,no)
+AM_INIT_AUTOMAKE([no-define foreign 1.6])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTILIB