summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 19:36:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 19:36:23 +0000
commitdf25c9989bca2166cbbf31533fe93375fd383504 (patch)
tree45868a8209958ea508e3462d293f506f4e156cf9 /tools/cpu
parent2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-df25c9989bca2166cbbf31533fe93375fd383504.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 'tools/cpu')
-rw-r--r--tools/cpu/.cvsignore1
-rw-r--r--tools/cpu/ChangeLog6
-rw-r--r--tools/cpu/generic/.cvsignore1
-rw-r--r--tools/cpu/generic/ChangeLog6
-rw-r--r--tools/cpu/hppa1.1/.cvsignore1
-rw-r--r--tools/cpu/hppa1.1/ChangeLog6
-rw-r--r--tools/cpu/sh/.cvsignore1
-rw-r--r--tools/cpu/sh/ChangeLog6
-rw-r--r--tools/cpu/unix/.cvsignore1
-rw-r--r--tools/cpu/unix/ChangeLog6
10 files changed, 35 insertions, 0 deletions
diff --git a/tools/cpu/.cvsignore b/tools/cpu/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/tools/cpu/.cvsignore
+++ b/tools/cpu/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/tools/cpu/ChangeLog b/tools/cpu/ChangeLog
index 6bfa7c9859..1ccd1e7ff0 100644
--- a/tools/cpu/ChangeLog
+++ b/tools/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-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: AC_PREREQ(2.52), apply RTEMS_CPU_SUBDIRS.
diff --git a/tools/cpu/generic/.cvsignore b/tools/cpu/generic/.cvsignore
index b20fd93865..8adc712ad2 100644
--- a/tools/cpu/generic/.cvsignore
+++ b/tools/cpu/generic/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/tools/cpu/generic/ChangeLog b/tools/cpu/generic/ChangeLog
index 37d56e5221..bce49f68fe 100644
--- a/tools/cpu/generic/ChangeLog
+++ b/tools/cpu/generic/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.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/tools/cpu/hppa1.1/.cvsignore b/tools/cpu/hppa1.1/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/tools/cpu/hppa1.1/.cvsignore
+++ b/tools/cpu/hppa1.1/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/tools/cpu/hppa1.1/ChangeLog b/tools/cpu/hppa1.1/ChangeLog
index 37d56e5221..bce49f68fe 100644
--- a/tools/cpu/hppa1.1/ChangeLog
+++ b/tools/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.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
diff --git a/tools/cpu/sh/.cvsignore b/tools/cpu/sh/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/tools/cpu/sh/.cvsignore
+++ b/tools/cpu/sh/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/tools/cpu/sh/ChangeLog b/tools/cpu/sh/ChangeLog
index 4fe7f500aa..f8ebaead1d 100644
--- a/tools/cpu/sh/ChangeLog
+++ b/tools/cpu/sh/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.
+
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shgen.c: Set default Phi to 20MHz (BUG-FIX).
diff --git a/tools/cpu/unix/.cvsignore b/tools/cpu/unix/.cvsignore
index 525275c115..d29e5050f5 100644
--- a/tools/cpu/unix/.cvsignore
+++ b/tools/cpu/unix/.cvsignore
@@ -1,6 +1,7 @@
Makefile
Makefile.in
aclocal.m4
+autom4te.cache
config.cache
config.guess
config.log
diff --git a/tools/cpu/unix/ChangeLog b/tools/cpu/unix/ChangeLog
index 37d56e5221..bce49f68fe 100644
--- a/tools/cpu/unix/ChangeLog
+++ b/tools/cpu/unix/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.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.