#2126: Tcl-8.4.17/Tcl-8.5.0
------------------------------------------+---------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  [email protected]
     Type:  enhancement                   |       Status:  new                  
        
 Priority:  normal                        |    Milestone:  7.0                  
        
Component:  Book                          |      Version:  SVN                  
        
 Severity:  normal                        |   Resolution:                       
        
 Keywords:                                |  
------------------------------------------+---------------------------------
Comment (by [EMAIL PROTECTED]):

 The expect problem appears to be in the TEA_PATH_TKCONFIG autoconf macro.

 http://expect.cvs.sourceforge.net/expect/expect/tclconfig/tcl.m4?view=markup

 Basically, the whole macro after AC_ARG_WITH(tk,... needs to be wrapped
 in:

 {{{
 if test x"${with_tkconfig}" != xno ; then
    ...do the tk checks...
 fi
 }}}

 And then some sort of conditional in the Makefile so expectk does or
 doesn't get built.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2126#comment:10>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to