From 817991627dceb9de711d49065c85bc08bd4eb0d5 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 4 Mar 2011 16:14:42 +0000 Subject: =?UTF-8?q?2011-03-04=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API. --- testsuites/ChangeLog | 5 +++++ testsuites/aclocal/env-rtemsbsp.m4 | 2 +- testsuites/aclocal/rtems-top.m4 | 2 +- testsuites/aclocal/version.m4 | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 76c546cf4c..958fd03fbf 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,8 @@ +2011-03-04 Ralf Corsépius + + * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4: + Rename RTEMS_API into _RTEMS_API. + 2011-02-25 Ralf Corsépius * aclocal/canonical-target-name.m4: diff --git a/testsuites/aclocal/env-rtemsbsp.m4 b/testsuites/aclocal/env-rtemsbsp.m4 index ac9a7027dd..918e338b54 100644 --- a/testsuites/aclocal/env-rtemsbsp.m4 +++ b/testsuites/aclocal/env-rtemsbsp.m4 @@ -27,5 +27,5 @@ AC_SUBST([PROJECT_INCLUDE],["\$(PROJECT_ROOT)/lib/include"]) AC_SUBST([PROJECT_LIB],["\$(PROJECT_ROOT)/lib"]) AC_SUBST([PROJECT_RELEASE],["\$(PROJECT_ROOT)"]) -AC_SUBST([rtems_testsdir],["\$(libdir)/rtems-][RTEMS_API][/tests"]) +AC_SUBST([rtems_testsdir],["\$(libdir)/rtems-][_RTEMS_API][/tests"]) ]) diff --git a/testsuites/aclocal/rtems-top.m4 b/testsuites/aclocal/rtems-top.m4 index c23f41cb12..1b6d8457f2 100644 --- a/testsuites/aclocal/rtems-top.m4 +++ b/testsuites/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]) ## HACK to allow gnu-make conditionals in automake-Makefiles. ENDIF=endif diff --git a/testsuites/aclocal/version.m4 b/testsuites/aclocal/version.m4 index edd18b04a2..6ca81ac661 100644 --- a/testsuites/aclocal/version.m4 +++ b/testsuites/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]) -- cgit v1.2.3