From 330dcf46f2dc8e8eb79710da2eadc7e03e623d27 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 7 Dec 2017 12:40:40 +0100 Subject: [PATCH] acinclude: remove some double code Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/b4fc53bed66cf9caa107d5484eb27cde254fd0be Author: vanhofen Date: 2017-12-07 (Thu, 07 Dec 2017) Origin message was: ------------------ - acinclude: remove some double code ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- acinclude.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9bad11de9..09d005681 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -172,9 +172,6 @@ TUXBOX_APPS_DIRECTORY_ONE(webtvdir,WEBTVDIR,datadir,/share,/tuxbox/neutrino/webt TUXBOX_APPS_DIRECTORY_ONE(webtvdir_var,WEBTVDIR_VAR,localstatedir,/var,/tuxbox/webtv, [--with-webtvdir_var=PATH ],[where to find the webtv content in /var]) -TUXBOX_APPS_DIRECTORY_ONE(webtvdir,WEBTVDIR,datadir,/share,/tuxbox/neutrino/webtv, - [--with-webtvdir=PATH ],[where to find the webtv content]) - TUXBOX_APPS_DIRECTORY_ONE(plugindir_mnt,PLUGINDIR_MNT,mntdir,/mnt,/plugins, [--with-plugindir_mnt=PATH ],[where to find the the extern plugins]) @@ -217,7 +214,6 @@ AC_SUBST(CONFIGDIR) AC_SUBST(DATADIR) AC_SUBST(FONTDIR) AC_SUBST(FONTDIR_VAR) -AC_SUBST(FLAGDIR) AC_SUBST(GAMESDIR) AC_SUBST(LIBDIR) AC_SUBST(MNTDIR)