From c11f7fa2b9198b80ab2e858ea22ac2862224ed19 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 12 May 2015 04:13:27 +0000 Subject: make prefix variable more standard compliant --- src/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index ee3a3ae..225e057 100755 --- a/src/configure +++ b/src/configure @@ -89,7 +89,7 @@ print_usage() { echo " --enable-passphrase enable master key and salt passphrase" echo " --disable-routing disable built-in routing capability" echo " --enable-routing enable built-in routing capability" - echo " --cross-prefix= add pREFIX to compiler calls" + echo " --cross-prefix= add PREFIX to compiler calls" echo " --with-boost= don't use systemwide boost" echo " --with-gcrypt= don't use systemwide gcrypt" echo " --with-nettle= don't use systemwide nettle" @@ -347,7 +347,7 @@ LDFLAGS = $LDFLAGS STRIP = ${CROSS_PREFIX}strip INSTALL = install -PREFIX := $PREFIX +prefix := $PREFIX BINDIR := $BINDIR SBINDIR := $SBINDIR ETCDIR := $ETCDIR -- cgit v1.2.3