aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 13:27:34 +0800
committerGravatar Grissiom <chaos.proton@gmail.com>2010-09-18 13:27:34 +0800
commitd35d65cc40f55a6c34abafbfdb9283a75c096f2f (patch)
tree336f510706da01724028657d6dc785ce15c9d9e8 /configure.ac
parent7f7b30959b8e453cbf7571e931cdeb9dbae54743 (diff)
use variables as xsel target
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5eb58ca0..a5b6ec81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -206,9 +206,10 @@ AC_ARG_WITH(
)
if [[ "$xsel" = "with_xsel" ]]; then
- XSEL=xsel-1.2.0/xsel
+ XSEL=xsel-1.2.0
+ XSEL_BIN=$XSEL/xsel
XSEL_MAN=xsel.1x
- XSEL_MAN_PATH=xsel-1.2.0/xsel.1x
+ XSEL_MAN_PATH=$XSEL/xsel.1x
fi