Changeset ce18601a in rtems for c/src/lib/configure.in
- Timestamp:
- 11/16/99 16:13:26 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 65a38bc
- Parents:
- 0cb7cb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/configure.in
r0cb7cb9 rce18601a 53 53 AC_SUBST(LIBHWAPI) 54 54 55 if test -d "${srcdir}/start/$RTEMS_CPU"; then56 cfg_subdirs="$cfg_subdirs start/$RTEMS_CPU"57 RTEMS_CPU_STARTdir="$RTEMS_CPU"58 fi59 AC_SUBST(RTEMS_CPU_STARTdir)60 61 55 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 62 56 … … 73 67 include/motorola/Makefile 74 68 include/zilog/Makefile 75 libc/Makefile 76 start/Makefile) 69 libc/Makefile)
Note: See TracChangeset
for help on using the changeset viewer.