use variables as xsel target

This commit is contained in:
Grissiom
2010-09-18 13:27:34 +08:00
parent 7f7b30959b
commit d35d65cc40
2 changed files with 17 additions and 9 deletions

View File

@@ -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