mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
acinclude: fix default paths and help texts
Origin commit data
------------------
Commit: cba717494e
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-11 (Sat, 11 May 2013)
This commit is contained in:
12
acinclude.m4
12
acinclude.m4
@@ -153,17 +153,17 @@ TUXBOX_APPS_DIRECTORY_ONE(plugindir,PLUGINDIR,libdir,/lib,/tuxbox/plugins,
|
|||||||
TUXBOX_APPS_DIRECTORY_ONE(ucodedir,UCODEDIR,localstatedir,/var,/tuxbox/ucodes,
|
TUXBOX_APPS_DIRECTORY_ONE(ucodedir,UCODEDIR,localstatedir,/var,/tuxbox/ucodes,
|
||||||
[--with-ucodedir=PATH ],[where to find the ucodes])
|
[--with-ucodedir=PATH ],[where to find the ucodes])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(themesdir,THEMESDIR,datadir,/share/tuxbox, /neutrino/themes,
|
TUXBOX_APPS_DIRECTORY_ONE(themesdir,THEMESDIR,datadir,/share,/tuxbox/neutrino/themes,
|
||||||
[--with-themesdir=PATH ],[where to find the themes (don't change)])
|
[--with-themesdir=PATH ],[where to find the themes (don't change)])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(iconsdir,ICONSDIR,datadir,/share/tuxbox, /neutrino/icons,
|
TUXBOX_APPS_DIRECTORY_ONE(iconsdir,ICONSDIR,datadir,/share,/tuxbox/neutrino/icons,
|
||||||
[--with-iconssdir=PATH ],[where to find the icons (don't change)])
|
[--with-iconsdir=PATH ],[where to find the icons (don't change)])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(private_httpddir,PRIVATE_HTTPDDIR,datadir,/share,/tuxbox/neutrino/httpd,
|
TUXBOX_APPS_DIRECTORY_ONE(private_httpddir,PRIVATE_HTTPDDIR,datadir,/share,/tuxbox/neutrino/httpd,
|
||||||
[--with-private_httpddir=PATH ],[where to find the the private httpd files])
|
[--with-private_httpddir=PATH ],[where to find the the private httpd files])
|
||||||
|
|
||||||
TUXBOX_APPS_DIRECTORY_ONE(public_httpddir,PUBLIC_HTTPDDIR,localstatedir,/var,/httpd,
|
TUXBOX_APPS_DIRECTORY_ONE(public_httpddir,PUBLIC_HTTPDDIR,localstatedir,/var,/httpd,
|
||||||
[--with-public_httpddir=PATH ],[where to find the the public httpd files])
|
[--with-public_httpddir=PATH ],[where to find the the public httpd files])
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl automake <= 1.6 needs this specifications
|
dnl automake <= 1.6 needs this specifications
|
||||||
|
Reference in New Issue
Block a user