Changeset d6a6cff in rtems
- Timestamp:
- Oct 17, 2006, 5:06:38 PM (13 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 4f5e472
- Parents:
- 2e28876
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/ChangeLog
r2e28876 rd6a6cff 1 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/aclocal/prog-cxx.m4
r2e28876 rd6a6cff 19 19 && AC_MSG_ERROR([no acceptable c++ found in \$PATH]) 20 20 AC_PROG_CXX 21 AC_PROG_CXXCPP 21 22 22 23 if test "$ac_cv_prog_cc_cross" != "$ac_cv_prog_cxx_cross"; then … … 27 28 [Hint: If building a posix bsp: LD_LIBRARY_PATH?] ) 28 29 fi 29 30 30 else 31 31 ## Work-around to a bug in automake -
testsuites/ChangeLog
r2e28876 rd6a6cff 1 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP. 4 1 5 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
testsuites/aclocal/prog-cxx.m4
r2e28876 rd6a6cff 21 21 && AC_MSG_ERROR([no acceptable c++ found in \$PATH]) 22 22 AC_PROG_CXX 23 AC_PROG_CXXCPP 23 24 24 25 if test "$ac_cv_prog_cc_cross" != "$ac_cv_prog_cxx_cross"; then
Note: See TracChangeset
for help on using the changeset viewer.