# HG changeset patch # User bartv # Date 1035731682 0 # Node ID d82de0ee8e07fe2948b47063c565513b8a296dfd # Parent b69e341d77cdbf154132f28e606599b54acfe23a Fix typo in autoconf macro, which affected builds on Debian 3.0 diff --git a/acsupport/ChangeLog b/acsupport/ChangeLog --- a/acsupport/ChangeLog +++ b/acsupport/ChangeLog @@ -1,3 +1,8 @@ +2002-10-27 Bart Veer + + * acinclude.m4 (ECOS_PATH_TCL): fix typo that prevented a build + under Debian Woody + 2002-09-22 Bart Veer * acinclude.m4: diff --git a/acsupport/acinclude.m4 b/acsupport/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)