Changeset 60c7524 in rtems for aclocal/check-rdbg.m4
- Timestamp:
- Oct 17, 2001, 8:30:38 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0f52b7f
- Parents:
- f8a73a9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/check-rdbg.m4
rf8a73a9 r60c7524 25 25 C="${C} ${B}"; 26 26 done 27 target_found="no";27 rtems_cv_HAS_RDBG="no"; 28 28 for j in ${C} ; 29 29 do 30 30 if test "${$1}" = "${j}" ; 31 31 then 32 target_found="yes";32 rtems_cv_HAS_RDBG="yes"; 33 33 fi 34 34 done 35 if test "$target_found" = "yes" ;36 then37 rtems_cv_HAS_RDBG="yes" ;38 fi39 35 else 40 36 rtems_cv_HAS_RDBG="no";
Note: See TracChangeset
for help on using the changeset viewer.