--- configure.in.ORIG Tue Jan 6 13:23:19 1998 +++ configure.in Tue Jan 6 13:24:45 1998 @@ -9,6 +9,7 @@ TK_MINOR_VERSION=0 TK_PATCH_LEVEL="p2" VERSION=${TK_VERSION} +TCL_L10N=jp if test "${prefix}" = "NONE"; then prefix=/usr/local @@ -40,8 +41,8 @@ if test ! -d $TCL_BIN_DIR; then AC_MSG_ERROR(Tcl directory $TCL_BIN_DIR doesn't exist) fi -if test ! -f $TCL_BIN_DIR/Makefile; then - AC_MSG_ERROR(There's no Makefile in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) +if test ! -f $TCL_BIN_DIR/tclConfig.sh; then + AC_MSG_ERROR(There's no tclConfig.sh in $TCL_BIN_DIR; perhaps you didn't specify the Tcl *build* directory (not the toplevel Tcl directory) or you forgot to configure Tcl?) fi #-------------------------------------------------------------------- @@ -60,6 +61,8 @@ DL_LIBS=$TCL_DL_LIBS LD_FLAGS=$TCL_LD_FLAGS +TCL_SRC_DIR=${prefix}/include/tcl${TCL_VERSION} + LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' # If Tcl and Tk are installed in different places, adjust the library @@ -387,8 +390,10 @@ AC_SUBST(SHLIB_VERSION) AC_SUBST(TCL_BIN_DIR) AC_SUBST(TCL_BUILD_LIB_SPEC) +AC_SUBST(TCL_LIB_SPEC) AC_SUBST(TCL_SRC_DIR) AC_SUBST(TCL_VERSION) +AC_SUBST(TCL_L10N) AC_SUBST(TK_BUILD_LIB_SPEC) AC_SUBST(TK_CC_SEARCH_FLAGS) AC_SUBST(TK_LD_SEARCH_FLAGS)