Changeset e33e5c67 in rtems
- Timestamp:
- Jul 30, 2010, 8:42:37 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a7b7386
- Parents:
- b3c6b5e8
- Location:
- testsuites/libtests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
rb3c6b5e8 re33e5c67 1 1 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 2 3 * configure.ac: Add AC_PROG_LN_S. 4 Add AC_PATH_PROG([PAX]). 5 Add AM_CONDITIONAL(TARTESTS). 3 6 * tar01/Makefile.am, tar02/Makefile.am: 4 7 Eliminate stamp-filesystem. -
testsuites/libtests/configure.ac
rb3c6b5e8 re33e5c67 29 29 RTEMS_CHECK_CXX(RTEMS_BSP) 30 30 31 AC_PROG_LN_S 32 AC_PATH_PROG([PAX],[pax]) 33 34 AM_CONDITIONAL(TARTESTS,test "$as_ln_s" = "ln -s" && test -n "$PAX") 31 35 32 36 AM_CONDITIONAL(HAS_CXX,test "$rtems_cv_HAS_CPLUSPLUS" = "yes")
Note: See TracChangeset
for help on using the changeset viewer.