The unified diff between revisions [8a2b79c6..] and [44833339..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'misc/config/makefile/unix.in'
#
#
# patch "misc/config/makefile/unix.in"
# from [32b7a4408a90d77b8f2110fcfdebd3b0123e0fa7]
# to [ee7062ad81b0ecd648a13a863a0876bbccdaee45]
#
============================================================
--- misc/config/makefile/unix.in 32b7a4408a90d77b8f2110fcfdebd3b0123e0fa7
+++ misc/config/makefile/unix.in ee7062ad81b0ecd648a13a863a0876bbccdaee45
@@ -31,7 +31,7 @@ GROUP = @{var:install_group}
OWNER = @{var:install_user}
GROUP = @{var:install_group}
-CONFIG_SCRIPT = botan-config
+CONFIG_SCRIPT = @{var:botan-config}
##################################################
# Aliases for Common Programs #
@@ -51,7 +51,7 @@ RM_R = @rm -rf
##################################################
# File Lists #
##################################################
-CHECK = check
+CHECK = @{var:check_prefix}check
DOCS = @{var:doc_files}
@@ -66,7 +66,7 @@ LIBRARIES = $(STATIC_LIB)
LIBRARIES = $(STATIC_LIB)
-LIBNAME = libbotan
+LIBNAME = @{var:lib_prefix}libbotan
STATIC_LIB = $(LIBNAME).a
all: $(LIBRARIES)