Differences From 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]
To Artifact [7e249461b7]:
- File aclocal/tcl.m4 — part of check-in [a8ce30ea73] at 2010-12-14 13:16:03 on branch trunk — TclPKCS11 0.9.8 Corrected install target (user: rkeene, size: 1936) [annotate] [blame] [check-ins using]
︙ | |||
66 67 68 69 70 71 72 73 74 75 76 | 66 67 68 69 70 71 72 73 74 75 76 77 | + | 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 TCL_PACKAGE_PATH="`echo "${TCL_PACKAGE_PATH}" | sed 's@ *$''@@'`" AC_SUBST(TCL_PACKAGE_PATH) AC_SUBST(LIBS) ]) |