Differences From Artifact [2724199821]:
- File aclocal/tcl.m4 — part of check-in [e1ac61eea8] at 2010-10-11 00:28:09 on branch trunk — Tclpkcs11 0.9.4 Updated to substitute Tcl shell variables prior to adding them to our build flags (user: rkeene, size: 1801) [annotate] [blame] [check-ins using]
To Artifact [509efe80fa]:
- File aclocal/tcl.m4 — part of check-in [ff1eeb5963] at 2010-12-14 12:27:35 on branch trunk — TclPKCS11 0.9.7 Updated to support running "configure" in a directory other than the one with the source files Updated to include an "install" target (untested) (user: rkeene, size: 1868) [annotate] [blame] [check-ins using]
| ︙ | |||
35 36 37 38 39 40 41 42 43 44 45 46 47 48 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | + | AC_MSG_CHECKING([for working tclConfig.sh]) if test -f "$TCLCONFIGPATH/tclConfig.sh"; then . "$TCLCONFIGPATH/tclConfig.sh" else AC_MSG_ERROR([unable to load tclConfig.sh]) fi AC_MSG_RESULT([found]) ]) AC_DEFUN(TCLEXT_INIT, [ AC_CANONICAL_HOST |
| ︙ | |||
63 64 65 66 67 68 69 70 71 72 | 64 65 66 67 68 69 70 71 72 73 74 75 76 | + + + |
fi
TCL_INCLUDE_SPEC="`eval echo "${TCL_INCLUDE_SPEC}"`"
CFLAGS="${CFLAGS} ${TCL_INCLUDE_SPEC}"
CPPFLAGS="${CPPFLAGS} ${TCL_INCLUDE_SPEC}"
DEFS="${DEFS} ${TCL_DEFS}"
dnl Needed for package installation
AC_SUBST(TCL_PACKAGE_PATH)
AC_SUBST(LIBS)
])
|