summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
Diffstat (limited to 'c')
-rw-r--r--c/.cvsignore1
-rw-r--r--c/ChangeLog6
-rw-r--r--c/configure.ac (renamed from c/configure.in)19
-rw-r--r--c/make/.cvsignore1
-rw-r--r--c/make/ChangeLog6
-rw-r--r--c/make/configure.ac (renamed from c/make/configure.in)25
-rw-r--r--c/src/exec/.cvsignore1
-rw-r--r--c/src/exec/ChangeLog6
-rw-r--r--c/src/exec/configure.ac (renamed from c/src/exec/configure.in)17
-rw-r--r--c/src/exec/itron/.cvsignore1
-rw-r--r--c/src/exec/itron/ChangeLog6
-rw-r--r--c/src/exec/itron/configure.ac (renamed from c/src/exec/itron/configure.in)17
-rw-r--r--c/src/exec/posix/.cvsignore1
-rw-r--r--c/src/exec/posix/ChangeLog6
-rw-r--r--c/src/exec/posix/configure.ac (renamed from c/src/exec/posix/configure.in)17
-rw-r--r--c/src/exec/score/cpu/a29k/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/a29k/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/a29k/configure.ac (renamed from c/src/exec/score/cpu/a29k/configure.in)17
-rw-r--r--c/src/exec/score/cpu/arm/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/arm/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/arm/configure.ac (renamed from c/src/exec/score/cpu/arm/configure.in)17
-rw-r--r--c/src/exec/score/cpu/c4x/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/c4x/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/c4x/configure.ac (renamed from c/src/exec/score/cpu/c4x/configure.in)17
-rw-r--r--c/src/exec/score/cpu/h8300/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/h8300/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/h8300/configure.ac (renamed from c/src/exec/score/cpu/h8300/configure.in)17
-rw-r--r--c/src/exec/score/cpu/hppa1.1/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/hppa1.1/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/hppa1.1/configure.ac (renamed from c/src/exec/score/cpu/hppa1.1/configure.in)17
-rw-r--r--c/src/exec/score/cpu/i386/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/i386/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/i386/configure.ac (renamed from c/src/exec/score/cpu/i386/configure.in)17
-rw-r--r--c/src/exec/score/cpu/i960/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/i960/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/i960/configure.ac (renamed from c/src/exec/score/cpu/i960/configure.in)17
-rw-r--r--c/src/exec/score/cpu/m68k/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/m68k/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/m68k/configure.ac (renamed from c/src/exec/score/cpu/m68k/configure.in)17
-rw-r--r--c/src/exec/score/cpu/mips/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/mips/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/mips/configure.ac (renamed from c/src/exec/score/cpu/mips/configure.in)17
-rw-r--r--c/src/exec/score/cpu/mips64orion/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/mips64orion/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/mips64orion/configure.ac (renamed from c/src/exec/score/cpu/mips64orion/configure.in)17
-rw-r--r--c/src/exec/score/cpu/no_cpu/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/no_cpu/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/no_cpu/configure.ac (renamed from c/src/exec/score/cpu/no_cpu/configure.in)17
-rw-r--r--c/src/exec/score/cpu/or16/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/or16/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/or16/configure.ac (renamed from c/src/exec/score/cpu/or16/configure.in)17
-rw-r--r--c/src/exec/score/cpu/or32/.cvsignore1
-rw-r--r--c/src/exec/score/cpu/or32/ChangeLog6
-rw-r--r--c/src/exec/score/cpu/or32/configure.ac (renamed from c/src/exec/score/cpu/or32/configure.in)17
54 files changed, 293 insertions, 149 deletions
diff --git a/c/.cvsignore b/c/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/.cvsignore
+++ b/c/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/ChangeLog b/c/ChangeLog
index 267ae34e73..1b0186e26a 100644
--- a/c/ChangeLog
+++ b/c/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-05-25 Joel Sherrill <joel@OARcorp.com>
* TESTED: Corrected the name of the MRM332 BSP.
diff --git a/c/configure.in b/c/configure.ac
index 9d9ae64b55..e6a3171a8e 100644
--- a/c/configure.in
+++ b/c/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(src)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([src])
RTEMS_TOP(..)
AC_CONFIG_AUX_DIR(..)
@@ -12,7 +13,7 @@ RTEMS_CANONICAL_TARGET_CPU
AM_INIT_AUTOMAKE(rtems-c,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
-dnl These options are used within this file.
+## These options are used within this file.
RTEMS_ENABLE_BARE
RTEMS_ENABLE_RTEMSBSP(rtems_bsp)
@@ -93,9 +94,9 @@ AC_SUBST(RTEMS_BSP_LIST)
AC_CONFIG_SUBDIRS(make)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
-)
+AC_CONFIG_FILES([Makefile
+])
+AC_OUTPUT
echo
echo target architecture: $target_cpu.
diff --git a/c/make/.cvsignore b/c/make/.cvsignore
index cbb4209f9e..3a3a0063ca 100644
--- a/c/make/.cvsignore
+++ b/c/make/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/make/ChangeLog b/c/make/ChangeLog
index 0d5aa691c6..a0107af0f0 100644
--- a/c/make/ChangeLog
+++ b/c/make/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch from prefix to exec_prefix.
diff --git a/c/make/configure.in b/c/make/configure.ac
index 898b9fd244..eda474daf7 100644
--- a/c/make/configure.in
+++ b/c/make/configure.ac
@@ -1,13 +1,14 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-dnl
-dnl This script configures the configuration files below c/make/
-dnl
+##
+## This script configures the configuration files below c/make/
+##
-AC_PREREQ(2.13)
-AC_INIT(target.cfg.in)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([target.cfg.in])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)
@@ -32,7 +33,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
-dnl check for g++
+## check for g++
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
RTEMS_PROG_CXX_FOR_TARGET
fi
@@ -46,7 +47,7 @@ AC_SUBST(RTEMS_USE_GCC272)
AC_SUBST(RTEMS_CPU)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
target.cfg
-)
+])
+AC_OUTPUT
diff --git a/c/src/exec/.cvsignore b/c/src/exec/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/.cvsignore
+++ b/c/src/exec/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index 3d0674b466..b2646d62d7 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/rtems/Makefile.am: Fix comments to make automake-1.5 happy.
diff --git a/c/src/exec/configure.in b/c/src/exec/configure.ac
index 6331c27fd0..92969c9a83 100644
--- a/c/src/exec/configure.in
+++ b/c/src/exec/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(score)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([score])
RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..)
@@ -73,8 +74,7 @@ fi
AM_CONFIG_HEADER(score/include/rtems/score/cpuopts-tmp.h)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
rtems/src/Makefile
rtems/include/Makefile
@@ -113,4 +113,5 @@ wrapup/Makefile
wrapup/rtems/Makefile
wrapup/itron/Makefile
wrapup/posix/Makefile
-)
+])
+AC_OUTPUT
diff --git a/c/src/exec/itron/.cvsignore b/c/src/exec/itron/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/itron/.cvsignore
+++ b/c/src/exec/itron/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/itron/ChangeLog b/c/src/exec/itron/ChangeLog
index cfe812b1d2..05f295261c 100644
--- a/c/src/exec/itron/ChangeLog
+++ b/c/src/exec/itron/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/itronsys/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/itron/configure.in b/c/src/exec/itron/configure.ac
index fb2edb5a66..9d28b050b1 100644
--- a/c/src/exec/itron/configure.in
+++ b/c/src/exec/itron/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(include/itronsys)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([include/itronsys])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
@@ -45,8 +46,7 @@ AM_CONFIG_HEADER(src/config.h)
## FIXME: We configure and build the macros subdirectory, too.
## Should probably use AM_CONDITIONALs to disable them in future
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
include/itronsys/Makefile
@@ -58,5 +58,6 @@ inline/rtems/itron/Makefile
macros/Makefile
macros/rtems/Makefile
macros/rtems/itron/Makefile
-)
+])
+AC_OUTPUT
diff --git a/c/src/exec/posix/.cvsignore b/c/src/exec/posix/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/posix/.cvsignore
+++ b/c/src/exec/posix/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index d8c65003ed..5c5e9e2424 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-28 Joel Sherrill <joel@OARcorp.com>
* src/mqueueopen.c, src/semopen.c: Clarify type on va_arg.
diff --git a/c/src/exec/posix/configure.in b/c/src/exec/posix/configure.ac
index 0a5ac9174d..3aa1f2e39f 100644
--- a/c/src/exec/posix/configure.in
+++ b/c/src/exec/posix/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(optman)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([optman])
RTEMS_TOP(../../../..)
AC_CONFIG_AUX_DIR(../../../..)
@@ -49,8 +50,7 @@ fi
AM_CONFIG_HEADER(src/config.h)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
src/Makefile
include/Makefile
include/sys/Makefile
@@ -63,4 +63,5 @@ inline/rtems/posix/Makefile
macros/Makefile
macros/rtems/Makefile
macros/rtems/posix/Makefile
-)
+])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/a29k/.cvsignore b/c/src/exec/score/cpu/a29k/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/a29k/.cvsignore
+++ b/c/src/exec/score/cpu/a29k/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog
index a491685c5f..7afa8b0ba4 100644
--- a/c/src/exec/score/cpu/a29k/ChangeLog
+++ b/c/src/exec/score/cpu/a29k/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/a29k/configure.in b/c/src/exec/score/cpu/a29k/configure.ac
index ba5d22ea3f..af3174a5df 100644
--- a/c/src/exec/score/cpu/a29k/configure.in
+++ b/c/src/exec/score/cpu/a29k/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/arm/.cvsignore b/c/src/exec/score/cpu/arm/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/arm/.cvsignore
+++ b/c/src/exec/score/cpu/arm/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog
index 83b53c1a79..9f5d00fa90 100644
--- a/c/src/exec/score/cpu/arm/ChangeLog
+++ b/c/src/exec/score/cpu/arm/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/arm/configure.in b/c/src/exec/score/cpu/arm/configure.ac
index 56c6230fbf..17fc271325 100644
--- a/c/src/exec/score/cpu/arm/configure.in
+++ b/c/src/exec/score/cpu/arm/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -28,7 +29,7 @@ RTEMS_CHECK_NEWLIB
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/c4x/.cvsignore b/c/src/exec/score/cpu/c4x/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/c4x/.cvsignore
+++ b/c/src/exec/score/cpu/c4x/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog
index 4f3ac9d11b..1ebb66b30c 100644
--- a/c/src/exec/score/cpu/c4x/ChangeLog
+++ b/c/src/exec/score/cpu/c4x/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/c4x/configure.in b/c/src/exec/score/cpu/c4x/configure.ac
index 0fb3c03fa5..19044cdc72 100644
--- a/c/src/exec/score/cpu/c4x/configure.in
+++ b/c/src/exec/score/cpu/c4x/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -28,7 +29,7 @@ RTEMS_CHECK_NEWLIB
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/h8300/.cvsignore b/c/src/exec/score/cpu/h8300/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/h8300/.cvsignore
+++ b/c/src/exec/score/cpu/h8300/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog
index f115760ab1..4c876525b2 100644
--- a/c/src/exec/score/cpu/h8300/ChangeLog
+++ b/c/src/exec/score/cpu/h8300/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/h8300/configure.in b/c/src/exec/score/cpu/h8300/configure.ac
index f845fdb0d0..883a43a96a 100644
--- a/c/src/exec/score/cpu/h8300/configure.in
+++ b/c/src/exec/score/cpu/h8300/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/hppa1.1/.cvsignore b/c/src/exec/score/cpu/hppa1.1/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/hppa1.1/.cvsignore
+++ b/c/src/exec/score/cpu/hppa1.1/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog
index 07641eba51..20bd9f8ca2 100644
--- a/c/src/exec/score/cpu/hppa1.1/ChangeLog
+++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'CLEANFILES ='.
diff --git a/c/src/exec/score/cpu/hppa1.1/configure.in b/c/src/exec/score/cpu/hppa1.1/configure.ac
index 545ed08ce9..45f67ae807 100644
--- a/c/src/exec/score/cpu/hppa1.1/configure.in
+++ b/c/src/exec/score/cpu/hppa1.1/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/i386/.cvsignore b/c/src/exec/score/cpu/i386/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/i386/.cvsignore
+++ b/c/src/exec/score/cpu/i386/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog
index 29e5ffc235..60aff5bd65 100644
--- a/c/src/exec/score/cpu/i386/ChangeLog
+++ b/c/src/exec/score/cpu/i386/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/i386/configure.in b/c/src/exec/score/cpu/i386/configure.ac
index 8b230f29b7..3209c8048e 100644
--- a/c/src/exec/score/cpu/i386/configure.in
+++ b/c/src/exec/score/cpu/i386/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/i960/.cvsignore b/c/src/exec/score/cpu/i960/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/i960/.cvsignore
+++ b/c/src/exec/score/cpu/i960/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/i960/ChangeLog b/c/src/exec/score/cpu/i960/ChangeLog
index aa5f9e7bee..39b01acded 100644
--- a/c/src/exec/score/cpu/i960/ChangeLog
+++ b/c/src/exec/score/cpu/i960/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/i960/configure.in b/c/src/exec/score/cpu/i960/configure.ac
index 6d4157a94e..bd6b30e516 100644
--- a/c/src/exec/score/cpu/i960/configure.in
+++ b/c/src/exec/score/cpu/i960/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/m68k/.cvsignore b/c/src/exec/score/cpu/m68k/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/m68k/.cvsignore
+++ b/c/src/exec/score/cpu/m68k/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog
index 541e71f64b..95d6bc39f4 100644
--- a/c/src/exec/score/cpu/m68k/ChangeLog
+++ b/c/src/exec/score/cpu/m68k/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/m68k/configure.in b/c/src/exec/score/cpu/m68k/configure.ac
index ccd418d5a5..599fac5de6 100644
--- a/c/src/exec/score/cpu/m68k/configure.in
+++ b/c/src/exec/score/cpu/m68k/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/mips/.cvsignore b/c/src/exec/score/cpu/mips/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/mips/.cvsignore
+++ b/c/src/exec/score/cpu/mips/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog
index bd76b40e0c..5b3439971a 100644
--- a/c/src/exec/score/cpu/mips/ChangeLog
+++ b/c/src/exec/score/cpu/mips/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/mips/configure.in b/c/src/exec/score/cpu/mips/configure.ac
index d5ef3ed5ad..ff38c83ee9 100644
--- a/c/src/exec/score/cpu/mips/configure.in
+++ b/c/src/exec/score/cpu/mips/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -28,7 +29,7 @@ RTEMS_CHECK_NEWLIB
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/mips64orion/.cvsignore b/c/src/exec/score/cpu/mips64orion/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/mips64orion/.cvsignore
+++ b/c/src/exec/score/cpu/mips64orion/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/mips64orion/ChangeLog b/c/src/exec/score/cpu/mips64orion/ChangeLog
index 156781e92a..ac1d673257 100644
--- a/c/src/exec/score/cpu/mips64orion/ChangeLog
+++ b/c/src/exec/score/cpu/mips64orion/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/mips64orion/configure.in b/c/src/exec/score/cpu/mips64orion/configure.ac
index 5c3d7b182a..2eadc7090e 100644
--- a/c/src/exec/score/cpu/mips64orion/configure.in
+++ b/c/src/exec/score/cpu/mips64orion/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.S)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.S])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/no_cpu/.cvsignore b/c/src/exec/score/cpu/no_cpu/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/no_cpu/.cvsignore
+++ b/c/src/exec/score/cpu/no_cpu/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/no_cpu/ChangeLog b/c/src/exec/score/cpu/no_cpu/ChangeLog
index 86b7519ff6..8a1681ac54 100644
--- a/c/src/exec/score/cpu/no_cpu/ChangeLog
+++ b/c/src/exec/score/cpu/no_cpu/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/no_cpu/configure.in b/c/src/exec/score/cpu/no_cpu/configure.ac
index ac8e19b840..049222d9ef 100644
--- a/c/src/exec/score/cpu/no_cpu/configure.in
+++ b/c/src/exec/score/cpu/no_cpu/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.c)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.c])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/or16/.cvsignore b/c/src/exec/score/cpu/or16/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/or16/.cvsignore
+++ b/c/src/exec/score/cpu/or16/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/or16/ChangeLog b/c/src/exec/score/cpu/or16/ChangeLog
index 77992c6b2c..a0d9168624 100644
--- a/c/src/exec/score/cpu/or16/ChangeLog
+++ b/c/src/exec/score/cpu/or16/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/or16/configure.in b/c/src/exec/score/cpu/or16/configure.ac
index 311d0f78ad..2d2a434bc1 100644
--- a/c/src/exec/score/cpu/or16/configure.in
+++ b/c/src/exec/score/cpu/or16/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.c)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.c])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT
diff --git a/c/src/exec/score/cpu/or32/.cvsignore b/c/src/exec/score/cpu/or32/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/c/src/exec/score/cpu/or32/.cvsignore
+++ b/c/src/exec/score/cpu/or32/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/c/src/exec/score/cpu/or32/ChangeLog b/c/src/exec/score/cpu/or32/ChangeLog
index 9da2b360df..387e7cc5dc 100644
--- a/c/src/exec/score/cpu/or32/ChangeLog
+++ b/c/src/exec/score/cpu/or32/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * .cvsignore: Add autom4te.cache for autoconf > 2.52.
+ * configure.in: Remove.
+ * configure.ac: New file, generated from configure.in by autoupdate.
+
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/Makefile.am: Use 'PREINSTALL_FILES ='.
diff --git a/c/src/exec/score/cpu/or32/configure.in b/c/src/exec/score/cpu/or32/configure.ac
index 38e181b244..a16095b01d 100644
--- a/c/src/exec/score/cpu/or32/configure.in
+++ b/c/src/exec/score/cpu/or32/configure.ac
@@ -1,9 +1,10 @@
-dnl Process this file with autoconf to produce a configure script.
-dnl
-dnl $Id$
+## Process this file with autoconf to produce a configure script.
+##
+## $Id$
-AC_PREREQ(2.13)
-AC_INIT(cpu_asm.c)
+AC_PREREQ(2.52)
+AC_INIT
+AC_CONFIG_SRCDIR([cpu_asm.c])
RTEMS_TOP(../../../../../..)
AC_CONFIG_AUX_DIR(../../../../../..)
@@ -25,7 +26,7 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_NEWLIB
# Explicitly list all Makefiles here
-AC_OUTPUT(
-Makefile
+AC_CONFIG_FILES([Makefile
rtems/Makefile
-rtems/score/Makefile)
+rtems/score/Makefile])
+AC_OUTPUT