Changeset a719382 in rtems for c/src/lib/configure.in


Ignore:
Timestamp:
08/30/99 18:38:26 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d9c2e9f5
Parents:
6cc786f
Message:

Patch from Ralf Corsepius <corsepiu@…> to move
c/src/lib/librtems++ and c/src/lib/include/rtems++ to
their own package librtems++ at the top of the tree.

To apply:

mkdir c/src/librtems++
cp c/src/lib/librtems++/README c/src/librtems++
mkdir c/src/librtems++/src
cp c/src/lib/librtems++/*.cc c/src/librtems++/src
cp c/src/lib/librtems++/Makefile.in c/src/librtems++/src
mkdir c/src/librtems++/include
mkdir c/src/librtems++/include/rtems++
cp c/src/lib/include/rtems++/*.h c/src/librtems++/include/rtems++
patch -p1 <rtems-rc-19990802-5.diff
rm -rf c/src/lib/librtems++
rm -rf c/src/lib/include/rtems++
./autogen

Attention:

  • The procedure above copies the files first, then patches them and finally removes the old files afterwards. This has been done to enable you to copy the files in CVS to preserve their history.
File:
1 edited

Legend:

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

    r6cc786f ra719382  
    3434RTEMS_PROG_CC_FOR_TARGET
    3535
    36 dnl check for g++
    37 if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
    38   RTEMS_PROG_CXX_FOR_TARGET
    39 fi
    40 
    4136RTEMS_CANONICALIZE_TOOLS
    4237
     
    5449RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    5550RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
    56 RTEMS_CHECK_CXX(RTEMS_BSP)
    5751RTEMS_CHECK_NETWORKING(RTEMS_BSP)
    5852
     
    144138fi
    145139
    146 # If the C++ support is enabled, then include the Makefiles
    147 if test "$HAS_CPLUSPLUS" = "yes"; then
    148   RTEMS_CHECK_MAKEFILE(librtems++)
    149 fi
    150 
    151140# If the HWAPI is enabled, the find the HWAPI Makefiles
    152141RTEMS_ENABLE_HWAPI
Note: See TracChangeset for help on using the changeset viewer.