summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 19:07:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 19:07:37 +0000
commit66387986497d71e9ff8bc71b91ba3e4f54c97264 (patch)
tree660ca3c251c4a0e12c897f2fef43b3eb6adf08a8 /c/src/exec/score
parent2001-10-11 Alexandra Kossovsky <sasha@oktet.ru> (diff)
downloadrtems-66387986497d71e9ff8bc71b91ba3e4f54c97264.tar.bz2
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.
Diffstat (limited to 'c/src/exec/score')
-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
39 files changed, 208 insertions, 104 deletions
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