diff host/configure.in @ 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.in
+++ b/host/configure.in
@@ -132,6 +132,15 @@ dnl ])
 dnl --------------------------------------------------------------------
 
 dnl Add any other directories that are autoconfiscated and present
+if test -f ${srcdir}/tools/Utils/common/configure; then
+  ECOS_DIRS="${ECOS_DIRS} tools/Utils/common"
+  AC_OUTPUT_COMMANDS([
+	test -d tools 			     || mkdir tools
+	test -d tools/Utils 		     || mkdir tools/Utils
+	test -d tools/Utils/common 	     || mkdir tools/Utils/common
+  ])
+fi
+
 if test -f ${srcdir}/tools/ecostest/common/configure; then
   ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common"
   AC_OUTPUT_COMMANDS([