From 067c0df725833372c99b28875b37891f7de40d15 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 2 Mar 2000 23:53:07 +0000 Subject: * unix/Makefile.in (SCRIPT_INSTALL_DIR): removed extraneous '/' * unix/aclocal.m4: corrected TCL_NEEDS_EXP_FILE to be 1 for AIX --- unix/Makefile.in | 4 ++-- unix/aclocal.m4 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/unix/Makefile.in b/unix/Makefile.in index b4b3437..5fa8bcc 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.41 2000/02/14 22:43:32 ericm Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.42 2000/03/02 23:53:07 hobbs Exp $ # Current Tk version; used in various names. @@ -41,7 +41,7 @@ INSTALL_ROOT = TK_LIBRARY = $(prefix)/lib/tk$(VERSION) # Path name to use when installing library scripts: -SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)/$(TK_LIBRARY) +SCRIPT_INSTALL_DIR = $(INSTALL_ROOT)$(TK_LIBRARY) # Directory in which to install the .a or .so binary for the Tk library: LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib diff --git a/unix/aclocal.m4 b/unix/aclocal.m4 index 6ee04c1..58e1ece 100644 --- a/unix/aclocal.m4 +++ b/unix/aclocal.m4 @@ -589,7 +589,7 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ DL_LIBS="-ldl ${TCL_BUILD_LIB_SPEC}" LDFLAGS="" LD_SEARCH_FLAGS='-L${LIB_RUNTIME_DIR}' - TCL_NEEDS_EXP_FILE=0 + TCL_NEEDS_EXP_FILE=1 TCL_EXPORT_FILE_SUFFIX='${VERSION}\$\{DBGX\}.exp' ;; AIX-*) -- cgit v0.12