configure.in patch for --with-tcl
Started by Brook Milliganalmost 28 years ago2 messages
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
Re: [HACKERS] configure.in patch for --with-tcl
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"