Changeset 2782e69 in rtems for c/src/lib/configure.in


Ignore:
Timestamp:
10/26/99 12:39:24 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
65a60cd
Parents:
a94521c
Message:

idir=/opt/tmp/opt/rtems
rdir=/opt/rtems

cd $idir
find . -type f | while read file
do

if [ ! -f ${file} ] ; then

echo ${file} missing

fi

done

File:
1 edited

Legend:

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

    ra94521c r2782e69  
    5959AC_SUBST(RTEMS_CPU_STARTdir)
    6060
    61 if test "$RTEMS_CPU" != "unix"; then
    62 ## HACK: Suppress libchip for unix
    63 cfg_subdirs="$cfg_subdirs libchip"
    64 fi
    65 
    6661AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
    67 AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix")
    6862
    6963AC_CONFIG_SUBDIRS($cfg_subdirs)
Note: See TracChangeset for help on using the changeset viewer.