comparison 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
comparison
equal deleted inserted replaced
125:b4407dc7f59d 126:518f42066aba
130 dnl ]) 130 dnl ])
131 131
132 dnl -------------------------------------------------------------------- 132 dnl --------------------------------------------------------------------
133 133
134 dnl Add any other directories that are autoconfiscated and present 134 dnl Add any other directories that are autoconfiscated and present
135 if test -f ${srcdir}/tools/Utils/common/configure; then
136 ECOS_DIRS="${ECOS_DIRS} tools/Utils/common"
137 AC_OUTPUT_COMMANDS([
138 test -d tools || mkdir tools
139 test -d tools/Utils || mkdir tools/Utils
140 test -d tools/Utils/common || mkdir tools/Utils/common
141 ])
142 fi
143
135 if test -f ${srcdir}/tools/ecostest/common/configure; then 144 if test -f ${srcdir}/tools/ecostest/common/configure; then
136 ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common" 145 ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common"
137 AC_OUTPUT_COMMANDS([ 146 AC_OUTPUT_COMMANDS([
138 test -d tools || mkdir tools 147 test -d tools || mkdir tools
139 test -d tools/ecostest || mkdir tools/ecostest 148 test -d tools/ecostest || mkdir tools/ecostest