diff options
author | jenglish <jenglish@flightlab.com> | 2002-06-14 23:10:42 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2002-06-14 23:10:42 (GMT) |
commit | 3d731421ec0fddc930c2cec4117caf7249b562b5 (patch) | |
tree | d772a0b0ddcc4444f1bfe4581fc8caa6eb7ae081 /unix | |
parent | edb6419f3b6b1efae14b7ef70177741b02ccc4f3 (diff) | |
download | tk-3d731421ec0fddc930c2cec4117caf7249b562b5.zip tk-3d731421ec0fddc930c2cec4117caf7249b562b5.tar.gz tk-3d731421ec0fddc930c2cec4117caf7249b562b5.tar.bz2 |
Reverting to r1.65 -- last change should not have been committed.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index cb3cdd8..50ec2cf 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.66 2002/06/14 22:25:12 jenglish Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.67 2002/06/14 23:10:42 jenglish Exp $ # Current Tk version; used in various names. @@ -138,12 +138,6 @@ PROTO_FLAGS = MEM_DEBUG_FLAGS = #MEM_DEBUG_FLAGS = -DTCL_MEM_DEBUG -# To disable window-manager enablers, reverse the comment characters -# on the following two lines. - -WM_ENABLER_FLAGS = -DWM_ENABLERS -#WM_ENABLER_FLAGS = - # If your X server is X11R4 or earlier, then you may wish to reverse # the comment characters on the following two lines. This will enable # extra code to speed up XStringToKeysym. In X11R5 and later releases @@ -254,8 +248,7 @@ CC_SWITCHES_NO_STUBS = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \ -I${UNIX_DIR} -I${GENERIC_DIR} \ -I${BMAP_DIR} -I${TCL_GENERIC_DIR} ${X11_INCLUDES} \ ${AC_FLAGS} ${PROTO_FLAGS} \ -${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} ${KEYSYM_FLAGS} ${NO_DEPRECATED_FLAGS} \ -${WM_ENABLER_FLAGS} +${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} ${KEYSYM_FLAGS} ${NO_DEPRECATED_FLAGS} CC_SWITCHES = ${CC_SWITCHES_NO_STUBS} ${TCL_STUB_FLAGS} @@ -263,7 +256,7 @@ DEPEND_SWITCHES = ${CFLAGS} -I${UNIX_DIR} -I${GENERIC_DIR} \ -I${BMAP_DIR} \ -I${TCL_GENERIC_DIR} ${X11_INCLUDES} \ ${AC_FLAGS} ${PROTO_FLAGS} ${SECURITY_FLAGS} ${MEM_DEBUG_FLAGS} \ -${WM_ENABLER_FLAGS} ${KEYSYM_FLAGS} +${KEYSYM_FLAGS} WISH_OBJS = tkAppInit.o |