summaryrefslogtreecommitdiffstats
path: root/c/src/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 18:38:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 18:38:26 +0000
commita71938283c65531e49a6398905be59705c36b748 (patch)
tree510baa09390975da38b75eae9dab4b267c7e3674 /c/src/configure
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-a71938283c65531e49a6398905be59705c36b748.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> 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.
Diffstat (limited to 'c/src/configure')
-rw-r--r--c/src/configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/configure b/c/src/configure
index cb3ec2ae10..ddc00eaefb 100644
--- a/c/src/configure
+++ b/c/src/configure
@@ -1016,7 +1016,9 @@ subdirs="make exec"
subdirs="make exec lib"
-subdirs="make exec lib tests"
+subdirs="make exec lib librtems++"
+
+subdirs="make exec lib librtems++ tests"
trap '' 1 2 15
@@ -1341,7 +1343,7 @@ if test "$no_recursion" != yes; then
esac
done
- for ac_config_dir in make exec lib tests; do
+ for ac_config_dir in make exec lib librtems++ tests; do
# Do not complain, so a configure script can configure whichever
# parts of a large source tree are present.