Mercurial > flash_v2
diff host/configure.in @ 130:eb9fd8c04db3 ecos-sw-2000-10-23
Merge from eCos master repository on 2000-10-23-17:01:37-BST
| author | jlarmour |
|---|---|
| date | Mon, 23 Oct 2000 17:10:57 +0000 |
| parents | 518f42066aba |
| children | 511f4dc167f6 |
line wrap: on
line diff
--- a/host/configure.in +++ b/host/configure.in @@ -132,23 +132,25 @@ 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([ - test -d tools || mkdir tools - test -d tools/ecostest || mkdir tools/ecostest - test -d tools/ecostest/common || mkdir tools/ecostest/common - ]) -fi +dnl ---- Delete the dnl column below to configure ser_filter on Linux ---- +dnl if test -f ${srcdir}/tools/Utils/common/configure; then +dnl ECOS_DIRS="${ECOS_DIRS} tools/Utils/common" +dnl AC_OUTPUT_COMMANDS([ +dnl test -d tools || mkdir tools +dnl test -d tools/Utils || mkdir tools/Utils +dnl test -d tools/Utils/common || mkdir tools/Utils/common +dnl ]) +dnl fi +dnl +dnl if test -f ${srcdir}/tools/ecostest/common/configure; then +dnl ECOS_DIRS="${ECOS_DIRS} tools/ecostest/common" +dnl AC_OUTPUT_COMMANDS([ +dnl test -d tools || mkdir tools +dnl test -d tools/ecostest || mkdir tools/ecostest +dnl test -d tools/ecostest/common || mkdir tools/ecostest/common +dnl ]) +dnl fi if test -d ${srcdir}/tools/configtool/standalone/common; then ECOS_DIRS="${ECOS_DIRS} tools/configtool/standalone/common"
