diff host/configure @ 126:518f42066aba ecos-sw-2000-09-19

Merge from eCos master repository on 2000-09-19-06:25:26-BST
author jlarmour
date Tue, 19 Sep 2000 05:53:51 +0000
parents 6ed91473a1cd
children eb9fd8c04db3
line wrap: on
line diff
--- a/host/configure
+++ b/host/configure
@@ -1673,6 +1673,11 @@ ECOS_DIRS="infra libcdl"
 
 
 
+if test -f ${srcdir}/tools/Utils/common/configure; then
+  ECOS_DIRS="${ECOS_DIRS} tools/Utils/common"
+  
+fi
+
 if test -f ${srcdir}/tools/ecostest/common/configure; then
   ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common"
   
@@ -1968,9 +1973,15 @@ cat >> $CONFIG_STATUS <<EOF
 
 
 
+
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 
+	test -d tools 			     || mkdir tools
+	test -d tools/Utils 		     || mkdir tools/Utils
+	test -d tools/Utils/common 	     || mkdir tools/Utils/common
+  
+
     test -d tools 			     || mkdir tools
     test -d tools/ecostest 		     || mkdir tools/ecostest
     test -d tools/ecostest/common 	     || mkdir tools/ecostest/common