diff options
author | Christian Pointner <equinox@anytun.org> | 2015-05-12 04:13:27 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2015-05-12 04:13:27 +0000 |
commit | c11f7fa2b9198b80ab2e858ea22ac2862224ed19 (patch) | |
tree | a126ca3c27889b7cb1315fe81d521aadbf9fdab8 | |
parent | remove-systemd (diff) |
make prefix variable more standard compliant
-rwxr-xr-x | src/configure | 4 |
1 files 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=<PREFIX> add pREFIX to compiler calls" + echo " --cross-prefix=<PREFIX> add PREFIX to compiler calls" echo " --with-boost=<PREFIX> don't use systemwide boost" echo " --with-gcrypt=<PREFIX> don't use systemwide gcrypt" echo " --with-nettle=<PREFIX> 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 |