Mercurial > nand-ecoscentric
changeset 393:ce151b640a24
Regenerate configure scripts after a toplevel fix to the ECOS_PATH_TCL
autoconf macro
| author | bartv |
|---|---|
| date | Sun, 27 Oct 2002 15:24:18 +0000 |
| parents | d82de0ee8e07 |
| children | 7ca632b46393 |
| files | host/libcdl/configure host/tools/configtool/standalone/common/configure packages/hal/synth/arch/current/host/configure packages/io/usb/slave/current/host/configure |
| diffstat | 4 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/host/libcdl/configure +++ b/host/libcdl/configure @@ -1929,7 +1929,7 @@ fi ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}" fi fi - possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl$${ecos_tcl_version} /usr/lib" + possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl${ecos_tcl_version} /usr/lib" ecos_tcl_libdir="" for i in ${possibles}; do
--- a/host/tools/configtool/standalone/common/configure +++ b/host/tools/configtool/standalone/common/configure @@ -2034,7 +2034,7 @@ fi ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}" fi fi - possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl$${ecos_tcl_version} /usr/lib" + possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl${ecos_tcl_version} /usr/lib" ecos_tcl_libdir="" for i in ${possibles}; do
--- a/packages/hal/synth/arch/current/host/configure +++ b/packages/hal/synth/arch/current/host/configure @@ -1623,7 +1623,7 @@ fi ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}" fi fi - possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl$${ecos_tcl_version} /usr/lib" + possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl${ecos_tcl_version} /usr/lib" ecos_tcl_libdir="" for i in ${possibles}; do
--- a/packages/io/usb/slave/current/host/configure +++ b/packages/io/usb/slave/current/host/configure @@ -1680,7 +1680,7 @@ fi ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}" fi fi - possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl$${ecos_tcl_version} /usr/lib" + possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl${ecos_tcl_version} /usr/lib" ecos_tcl_libdir="" for i in ${possibles}; do
