Thread

  1. configure.in patch for --with-tcl

    Brook Milligan <brook@trillium.nmsu.edu> — 1998-03-02T05:00:00Z

    Someone reported a problem with getting the --with-tcl configure
    option to do anything.  The problem crops up with Marc's (I think it
    was his) patch to enable the configure --help output for this option.
    The fix is below (remember to run autoconf).
    
    Cheers,
    Brook
    
    ===========================================================================
    --- configure.in.orig	Sun Mar  1 01:00:33 1998
    +++ configure.in	Sun Mar  1 21:36:02 1998
    @@ -239,8 +239,8 @@
     AC_ARG_WITH(
        tcl,
        [   --with-tcl              use tcl ],
    -   USE_TCL=true AC_MSG_RESULT(enabled),
    -   USE_TCL=false AC_MSG_RESULT(disabled)
    +   USE_TCL=true; AC_MSG_RESULT(enabled),
    +   USE_TCL=false; AC_MSG_RESULT(disabled)
     )
     export USE_TCL
     USE_X=$USE_TCL
    
    
  2. Re: [HACKERS] configure.in patch for --with-tcl

    Tom Ivar Helbekkmo <tih@hamartun.priv.no> — 1998-03-02T06:56:03Z

    On Sun, Mar 01, 1998 at 10:00:00PM -0700, Brook Milligan wrote:
    
    > -   USE_TCL=true AC_MSG_RESULT(enabled),
    > -   USE_TCL=false AC_MSG_RESULT(disabled)
    > +   USE_TCL=true; AC_MSG_RESULT(enabled),
    > +   USE_TCL=false; AC_MSG_RESULT(disabled)
    
    ...and ditto for Perl, a couple of lines below these, of course.
    
    -tih
    -- 
    Popularity is the hallmark of mediocrity.  --Niles Crane, "Frasier"