2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
	Rename RTEMS_API into _RTEMS_API.
This commit is contained in:
Ralf Corsepius
2011-03-04 16:14:42 +00:00
parent 3f60fb4f3a
commit 817991627d
4 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4, 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:

View File

@@ -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"])
])

View File

@@ -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

View File

@@ -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])