From b1180795837e01db94a5d33ca13d35230f64906f Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Wed, 10 Oct 2012 22:15:10 +0000 Subject: configure: use $incdir and $libdir directly in help --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0ffabb3..94bf4ca 100755 --- a/configure +++ b/configure @@ -35,8 +35,8 @@ show_help(){ echo echo " --help print this message" echo " --prefix=PREFIX install in PREFIX [$prefix]" - echo " --libdir=DIR install libs in DIR [$prefix/lib]" - echo " --incdir=DIR install includes in DIR [$prefix/include]" + echo " --libdir=DIR install libs in DIR [$libdir]" + echo " --incdir=DIR install includes in DIR [$incdir]" echo " --enable-shared build shared libraries [no]" echo " --enable-static build static libraries [yes]" echo " --enable-msvc create msvc-compatible import lib [auto]" -- cgit v1.2.3-55-g6feb