mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
acinclude: introduce DATADIR_VAR
Origin commit data
------------------
Branch: ni/coolstream
Commit: 668b65aa89
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Origin message was:
------------------
- acinclude: introduce DATADIR_VAR
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -258,6 +258,9 @@ TUXBOX_APPS_DIRECTORY_ONE(configdir, CONFIGDIR, localstatedir, /var, /tuxbox/con
|
||||
TUXBOX_APPS_DIRECTORY_ONE(datadir, DATADIR, datadir, /share, /tuxbox,
|
||||
[--with-datadir=PATH], [where to find data files])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(datadir_var, DATADIR_VAR, localstatedir, /var, /tuxbox,
|
||||
[--with-datadir=PATH], [where to find data files])
|
||||
|
||||
TUXBOX_APPS_DIRECTORY_ONE(controldir, CONTROLDIR, datadir, /share, /tuxbox/neutrino/control,
|
||||
[--with-controldir=PATH], [where to find control scripts])
|
||||
|
||||
@@ -337,6 +340,7 @@ TUXBOX_APPS_DIRECTORY_ONE(flagdir, FLAGDIR, localstatedir, /var, /etc,
|
||||
dnl automake <= 1.6 needs this specifications
|
||||
AC_SUBST(CONFIGDIR)
|
||||
AC_SUBST(DATADIR)
|
||||
AC_SUBST(DATADIR_VAR)
|
||||
AC_SUBST(CONTROLDIR)
|
||||
AC_SUBST(CONTROLDIR_VAR)
|
||||
AC_SUBST(FONTDIR)
|
||||
|
Reference in New Issue
Block a user