forked from Imagelibrary/rtems
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for cstdlib, cstring.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-11-23 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Check for cstdlib, cstring.
|
||||||
|
|
||||||
2009-08-06 Chris Johns <chrisj@rtems.org>
|
2009-08-06 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
* src/rtemsInterrupt.cc: Fixed the code to compile on targets with
|
* src/rtemsInterrupt.cc: Fixed the code to compile on targets with
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
##
|
##
|
||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.64)
|
||||||
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++])
|
AC_INIT([rtems-c-src-librtems++],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla],[rtems-c-src-librtems++])
|
||||||
AC_CONFIG_SRCDIR([include/rtems++])
|
AC_CONFIG_SRCDIR([include/rtems++])
|
||||||
RTEMS_TOP(../../..)
|
RTEMS_TOP(../../..)
|
||||||
@@ -23,6 +23,11 @@ RTEMS_CANONICALIZE_TOOLS
|
|||||||
|
|
||||||
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
|
AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
|
||||||
|
|
||||||
|
AC_LANG_PUSH(C++)
|
||||||
|
AC_CHECK_HEADER([cstring],[],[AC_MSG_ERROR([Required header cstring not found])])
|
||||||
|
AC_CHECK_HEADER([cstdlib],[],[AC_MSG_ERROR([Required header cstdlib not found])])
|
||||||
|
AC_LANG_POP
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
RTEMS_AMPOLISH3
|
RTEMS_AMPOLISH3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user