From fbe9438323acc287eb4d135ccc29739affb669c5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 9 Oct 2014 00:10:30 +0200 Subject: fixed configure help output --- src/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configure b/src/configure index 0e1f887..3763d4b 100755 --- a/src/configure +++ b/src/configure @@ -48,8 +48,8 @@ print_usage() { echo "configure --help print this" echo " --target= build target i.e. Linux (default: autodetect)" echo " --prefix= the installation prefix (default: /usr/local)" - echo " --bindir= the path to the bin directory (default: $PREFIX/bin)" - echo " --mandir= the path to the system man pages (default: $PREFIX/share/man)" + echo " --bindir= the path to the bin directory (default: \$PREFIX/bin)" + echo " --mandir= the path to the system man pages (default: \$PREFIX/share/man)" echo " --no-manpage dont't install manpages" echo " --use-clang use clang/llvm as compiler/linker" } -- cgit v1.2.3