$NetBSD: patch-aa,v 1.1.1.1 2002/12/05 21:21:55 jmmv Exp $ --- config.in.orig Tue Nov 13 16:05:11 2001 +++ config.in @@ -4,11 +4,13 @@ # paths below. # In which directory do you want tkpasman to be installed? -BINDIR=/usr/local/bin +BINDIR=@PREFIX@/bin + +INSTALL_SCRIPT="@INSTALL_SCRIPT@" # Shell to run the build script with (e.g. /bin/bash). #SHELL=/bin/bash -SHELL=/bin/sh +SHELL=@SHELL@ # The Makefile should find wish8.3 and tclsh8.3. When it fails, enter here # the full path to your wish and tclsh shell. @@ -27,12 +29,12 @@ PWDFILE='~/.tkpasman' # Build in openssl support (true or false, optional). # (You will have to switch on encryption in the Options menu) -USE_OPENSSL=true +USE_OPENSSL=@USE_OPENSSL@ # Full pathname of the openssl program (e.g. /usr/local/ssl/bin/openssl) # Only supply this pathname if the build script does not find it on # itself. -OPENSSL= +OPENSSL=@OPENSSL@ # The preferred algorithms to use. We don't make this a runtime option, to # prevent users from loosing data while switching from one algorithm to @@ -45,4 +47,3 @@ ENC="bf|des3|rc2" # ================================================ VERSION=2.2 PROGNAME=tkpasman -OPENSSL_SEARCH_PATH=/usr/ssl/bin:/usr/openssl/bin:/usr/local/ssl/bin:/usr/local/openssl/bin