Changeset fa178d49 in rtems for c/src/lib/libbsp/configure.in


Ignore:
Timestamp:
12/13/99 15:57:41 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ad0c286
Parents:
d16faa2
Message:

Patch rtems-rc-19991203-3.diff from Ralf Corsepius <corsepiu@…>
which adds automake support to libbsp/bare.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/configure.in

    rd16faa2 rfa178d49  
    3535# find all the Makefiles for the BSPs
    3636makefiles="$makefiles $RTEMS_CPU/Makefile"
    37 
    38 if test "${RTEMS_BSP}" = "bare"; then
    39 makefiles="$makefiles bare/Makefile"
    40 fi
    4137
    4238RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
     
    9490
    9591AC_CONFIG_SUBDIRS($bsptools_cfgdirs)
     92if test "$RTEMS_BSP" = "bare"; then
     93cfg_subdirs="bare"
     94fi
     95
     96AC_CONFIG_SUBDIRS($cfg_subdirs)
    9697
    9798# try to explicitly list a Makefile here
Note: See TracChangeset for help on using the changeset viewer.