This is the mail archive of the ecos-patches@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]

another configury fix


A typo prevented a clean build on a Debian 3.0 system. I'll also be
checking in various updated configure scripts.

Bart

2002-10-27  Bart Veer  <bartv@ecoscentric.com>

	* acinclude.m4 (ECOS_PATH_TCL): fix typo that prevented a build
	under Debian Woody

Index: acinclude.m4
===================================================================
RCS file: /cvs/ecos/ecos/acsupport/acinclude.m4,v
retrieving revision 1.3
diff -u -u -r1.3 acinclude.m4
--- acinclude.m4	22 Sep 2002 19:19:44 -0000	1.3
+++ acinclude.m4	27 Oct 2002 15:10:07 -0000
@@ -496,7 +496,7 @@
                 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"
         AC_FIND_FILE("tclConfig.sh", ${possibles}, ecos_tcl_libdir)
         if test \! -r "${ecos_tcl_libdir}/tclConfig.sh" ; then
             AC_MSG_ERROR(unable to locate Tcl config file tclConfig.sh)


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