summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-17 13:12:45 +0000
commit7660ccd8fcf8f8c7142a66c1b09211f01fddebf9 (patch)
treecff068a562253225a52ac44a4488d2e25d21cef6
parent2001-10-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7660ccd8fcf8f8c7142a66c1b09211f01fddebf9.tar.bz2
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
-rw-r--r--c/src/exec/ChangeLog4
-rw-r--r--c/src/exec/configure.ac2
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
4 files changed, 10 insertions, 2 deletions
diff --git a/c/src/exec/ChangeLog b/c/src/exec/ChangeLog
index f36deb433f..cdbb73b501 100644
--- a/c/src/exec/ChangeLog
+++ b/c/src/exec/ChangeLog
@@ -1,5 +1,9 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
+
+2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
Reflect changes to configuration of rtems, score and sapi subdirs.
* Makefile.am: require automake-1.5.
diff --git a/c/src/exec/configure.ac b/c/src/exec/configure.ac
index ea637bdaf1..2b63fab559 100644
--- a/c/src/exec/configure.ac
+++ b/c/src/exec/configure.ac
@@ -59,7 +59,7 @@ fi
if test "$HAS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itron)
fi
-AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
+RTEMS_CPU_SUBDIRS([score/cpu])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f36deb433f..cdbb73b501 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Use RTEMS_CPU_SUBDIRS to make autoconf-2.52 happy.
+
+2001-10-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Use AC_CONFIG_SUBDIRS for posix and itron.
Reflect changes to configuration of rtems, score and sapi subdirs.
* Makefile.am: require automake-1.5.
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index ea637bdaf1..2b63fab559 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -59,7 +59,7 @@ fi
if test "$HAS_ITRON_API" = "yes"; then
AC_CONFIG_SUBDIRS(itron)
fi
-AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
+RTEMS_CPU_SUBDIRS([score/cpu])
RTEMS_DEFINE_POSIX_API
RTEMS_DEFINE_ITRON_API