This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch for configure script


The following patch (cvs diff configure) applied to
   host/tools/configtool/standalone/common/configure
   host/libcdl/configure

Gets us through the configure step on FreeBSD if you set the both --with-tcl to /usr/local and --with-tcl-versio=8.x (depending on version installed)

--Chuck


Index: configure =================================================================== RCS file: /cvs/ecos/ecos/host/tools/configtool/standalone/common/configure,v retrieving revision 1.9 diff -r1.9 configure 2031a2032,2034 > if test "${with_tcl_version+set}" = set ; then > ecos_tcl_incdir="${TCL_PREFIX}/include/tcl${with_tcl_version}" > else 2032a2036 > fi


-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]