From 66fb29fbbb5d063579052c6fbc19b81a497b10fc Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 6 May 2015 10:33:19 +0200 Subject: [PATCH] remove obsolete UCODEDIR variable Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/abc145fa783fcf8e28333467e1c33e8eb16b30a8 Author: vanhofen Date: 2015-05-06 (Wed, 06 May 2015) Origin message was: ------------------ - remove obsolete UCODEDIR variable --- acinclude.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 9efe318e8..3d32749f8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -143,9 +143,6 @@ TUXBOX_APPS_DIRECTORY_ONE(plugindir,PLUGINDIR,libdir,/lib,/tuxbox/plugins, TUXBOX_APPS_DIRECTORY_ONE(luaplugindir,LUAPLUGINDIR,libdir,/lib,/tuxbox/luaplugins, [--with-luaplugindir=PATH ],[where to find Lua plugins]) -TUXBOX_APPS_DIRECTORY_ONE(ucodedir,UCODEDIR,localstatedir,/var,/tuxbox/ucodes, - [--with-ucodedir=PATH ],[where to find the ucodes]) - TUXBOX_APPS_DIRECTORY_ONE(themesdir,THEMESDIR,datadir,/share, /tuxbox/neutrino/themes, [--with-themesdir=PATH ],[where to find the themes]) @@ -171,7 +168,6 @@ AC_SUBST(LIBDIR) AC_SUBST(MNTDIR) AC_SUBST(PLUGINDIR) AC_SUBST(LUAPLUGINDIR) -AC_SUBST(UCODEDIR) AC_SUBST(THEMESDIR) AC_SUBST(ICONSDIR) AC_SUBST(PRIVATE_HTTPDDIR)