From: Andreas Oberritter Date: Fri, 22 Oct 2010 16:49:44 +0000 (+0000) Subject: tuxbox.m4: remove references to cdk X-Git-Tag: master-2010.12~7^2~42 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/9d1fc7ccabd9bad90d3138558d139f1cb8f6ef03 tuxbox.m4: remove references to cdk --- diff --git a/m4/tuxbox.m4 b/m4/tuxbox.m4 index 168157a6..ff9d8120 100644 --- a/m4/tuxbox.m4 +++ b/m4/tuxbox.m4 @@ -1,18 +1,10 @@ AC_DEFUN([TUXBOX_APPS_DIRECTORY_ONE],[ AC_ARG_WITH($1,[ $6$7 [[PREFIX$4$5]]],[ _$2=$withval - if test "$TARGET" = "cdk"; then - $2=`eval echo "${targetprefix}$withval"` - else - $2=$withval - fi + $2=$withval ],[ $2="\${$3}$5" - if test "$TARGET" = "cdk"; then - _$2=`eval echo "${target$3}$5"` - else - _$2=`eval echo "${$3}$5"` - fi + _$2=`eval echo "${$3}$5"` ]) dnl automake <= 1.6 don't support this