comparison acsupport/acinclude.m4 @ 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 3f4258400ba5
children c2d1fd823f09
comparison
equal deleted inserted replaced
391:b69e341d77cd 392:d82de0ee8e07
494 dnl /usr/include in its default path, an untested assumption. 494 dnl /usr/include in its default path, an untested assumption.
495 if test "${ecos_tcl_incdir}" != "/usr/include" ; then 495 if test "${ecos_tcl_incdir}" != "/usr/include" ; then
496 ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}" 496 ecos_INCLUDES="${ecos_INCLUDES} -I${ecos_tcl_incdir}"
497 fi 497 fi
498 fi 498 fi
499 possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl$${ecos_tcl_version} /usr/lib" 499 possibles="${with_tcl_lib} ${with_tcl}/lib ${libdir} ${prefix}/lib /usr/lib/tcl${ecos_tcl_version} /usr/lib"
500 AC_FIND_FILE("tclConfig.sh", ${possibles}, ecos_tcl_libdir) 500 AC_FIND_FILE("tclConfig.sh", ${possibles}, ecos_tcl_libdir)
501 if test \! -r "${ecos_tcl_libdir}/tclConfig.sh" ; then 501 if test \! -r "${ecos_tcl_libdir}/tclConfig.sh" ; then
502 AC_MSG_ERROR(unable to locate Tcl config file tclConfig.sh) 502 AC_MSG_ERROR(unable to locate Tcl config file tclConfig.sh)
503 else 503 else
504 . ${ecos_tcl_libdir}/tclConfig.sh 504 . ${ecos_tcl_libdir}/tclConfig.sh