summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-10-09 00:10:30 +0200
committerChristian Pointner <equinox@spreadspace.org>2014-10-09 00:10:30 +0200
commitfbe9438323acc287eb4d135ccc29739affb669c5 (patch)
treef50993ef5cb3205ab99c77470ab531313cb8ccdc
parentadded mandir handling to configure (diff)
fixed configure help output
-rwxr-xr-xsrc/configure4
1 files 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=<TARGET> build target i.e. Linux (default: autodetect)"
echo " --prefix=<PREFIX> the installation prefix (default: /usr/local)"
- echo " --bindir=<DIR> the path to the bin directory (default: $PREFIX/bin)"
- echo " --mandir=<DIR> the path to the system man pages (default: $PREFIX/share/man)"
+ echo " --bindir=<DIR> the path to the bin directory (default: \$PREFIX/bin)"
+ echo " --mandir=<DIR> 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"
}