summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:17:27 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-03-04 16:17:27 +0000
commit4c7b674a16bb8ffdc42cf8bb4cbf9d34fe9ba78d (patch)
treeb089485007fa135260ee740296ffdf954b47624d
parent2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-4c7b674a16bb8ffdc42cf8bb4cbf9d34fe9ba78d.tar.bz2
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/rtems-top.m42
-rw-r--r--c/src/aclocal/version.m42
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/rtems-top.m42
-rw-r--r--cpukit/aclocal/version.m42
6 files changed, 14 insertions, 4 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 3b09c7adca..23a93587ac 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/rtems-top.m4, aclocal/version.m4:
+ Rename RTEMS_API into _RTEMS_API.
+
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4:
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 35c0d99c31..7a796ec0f4 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/aclocal/rtems-top.m4
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
-AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
+AC_PREFIX_DEFAULT([/opt/rtems-][_RTEMS_API])
AC_SUBST([RTEMS_TOPdir],["$1"])
diff --git a/c/src/aclocal/version.m4 b/c/src/aclocal/version.m4
index edd18b04a2..6ca81ac661 100644
--- a/c/src/aclocal/version.m4
+++ b/c/src/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.11])
+m4_define([_RTEMS_API],[4.11])
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e0ce7eeeb6..179328b309 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/rtems-top.m4, aclocal/version.m4:
+ Rename RTEMS_API into _RTEMS_API.
+
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/include/confdefs.h: Typos.
diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4
index c96e5d242a..357ea55c4d 100644
--- a/cpukit/aclocal/rtems-top.m4
+++ b/cpukit/aclocal/rtems-top.m4
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
-AC_PREFIX_DEFAULT([/opt/rtems-][RTEMS_API])
+AC_PREFIX_DEFAULT([/opt/rtems-][_RTEMS_API])
AC_SUBST([RTEMS_TOPdir],["$1"])
diff --git a/cpukit/aclocal/version.m4 b/cpukit/aclocal/version.m4
index edd18b04a2..6ca81ac661 100644
--- a/cpukit/aclocal/version.m4
+++ b/cpukit/aclocal/version.m4
@@ -1,4 +1,4 @@
AC_DEFUN([RTEMS_VERSIONING],
m4_define([_RTEMS_VERSION],[4.10.99.0]))
-m4_define([RTEMS_API],[4.11])
+m4_define([_RTEMS_API],[4.11])