Mercurial > ecos-v2_0-branch
changeset 392:d82de0ee8e07
Fix typo in autoconf macro, which affected builds on Debian 3.0
| author | bartv |
|---|---|
| date | Sun, 27 Oct 2002 15:14:42 +0000 |
| parents | b69e341d77cd |
| children | ce151b640a24 |
| files | acsupport/ChangeLog acsupport/acinclude.m4 |
| diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/acsupport/ChangeLog +++ b/acsupport/ChangeLog @@ -1,3 +1,8 @@ +2002-10-27 Bart Veer <bartv@ecoscentric.com> + + * acinclude.m4 (ECOS_PATH_TCL): fix typo that prevented a build + under Debian Woody + 2002-09-22 Bart Veer <bartv@ecoscentric.com> * acinclude.m4:
--- a/acsupport/acinclude.m4 +++ b/acsupport/acinclude.m4 @@ -496,7 +496,7 @@ AC_DEFUN(ECOS_PATH_TCL, [ 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)
