forked from Imagelibrary/rtems
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4, aclocal/version.m4: Rename RTEMS_API into _RTEMS_API.
This commit is contained in:
@@ -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>
|
2011-02-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/canonical-target-name.m4:
|
* aclocal/canonical-target-name.m4:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([$1])
|
|||||||
AC_CHECK_PROGS(MAKE, gmake make)
|
AC_CHECK_PROGS(MAKE, gmake make)
|
||||||
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
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"])
|
AC_SUBST([RTEMS_TOPdir],["$1"])
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN([RTEMS_VERSIONING],
|
AC_DEFUN([RTEMS_VERSIONING],
|
||||||
m4_define([_RTEMS_VERSION],[4.10.99.0]))
|
m4_define([_RTEMS_VERSION],[4.10.99.0]))
|
||||||
|
|
||||||
m4_define([RTEMS_API],[4.11])
|
m4_define([_RTEMS_API],[4.11])
|
||||||
|
|||||||
@@ -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>
|
2011-03-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* sapi/include/confdefs.h: Typos.
|
* sapi/include/confdefs.h: Typos.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ AC_CONFIG_AUX_DIR([$1])
|
|||||||
AC_CHECK_PROGS(MAKE, gmake make)
|
AC_CHECK_PROGS(MAKE, gmake make)
|
||||||
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
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"])
|
AC_SUBST([RTEMS_TOPdir],["$1"])
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
AC_DEFUN([RTEMS_VERSIONING],
|
AC_DEFUN([RTEMS_VERSIONING],
|
||||||
m4_define([_RTEMS_VERSION],[4.10.99.0]))
|
m4_define([_RTEMS_VERSION],[4.10.99.0]))
|
||||||
|
|
||||||
m4_define([RTEMS_API],[4.11])
|
m4_define([_RTEMS_API],[4.11])
|
||||||
|
|||||||
Reference in New Issue
Block a user