diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 20:45:16 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-06-19 20:45:16 +0300 |
commit | 60a09132b62c3cae86f5e832830a4490ba5bf712 (patch) | |
tree | a893191d13b0bf294fb81439a27505822e1bac67 /bootstrap.am | |
parent | b65c64a200dac8194dacc90ae2150b683f64cd8a (diff) | |
download | sciteco-60a09132b62c3cae86f5e832830a4490ba5bf712.tar.gz |
the SciTECO data installation path is now configurable via --with-scitecodatadir
* This is also the base of $SCITECOPATH.
* Changing it is useful for packaging where it is not possible to factor out the common
files between Curses and Gtk builds into a "sciteco-common" package.
As an alternative, you can now create disjunct sciteco-curses and sciteco-gtk packages.
* You will most likely want to use this for Gtk builds as in:
--with-interface=gtk --program-prefix=g --with-scitecodatadir=/usr/local/share/gsciteco.
Diffstat (limited to 'bootstrap.am')
-rw-r--r-- | bootstrap.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.am b/bootstrap.am index 9fbe814..a48df7a 100644 --- a/bootstrap.am +++ b/bootstrap.am @@ -32,7 +32,7 @@ SUBST_MACRO = EB$<\e \ <FS@PACKAGE_URL_DEV^Q@\e@PACKAGE_URL_DEV@\e;>J \ <FS@bindir^Q@\e$(bindir)\e;>J \ <FS@libexecdir^Q@\e$(libexecdir)\e;>J \ - <FS@pkgdatadir^Q@\e$(pkgdatadir)\e;>J \ + <FS@scitecodatadir^Q@\e$(scitecodatadir)\e;>J \ <FS@scitecolibdir^Q@\e$(scitecolibdir)\e;>J \ <FS@TECO_INTEGER^Q@\e@TECO_INTEGER@\e;>J \ <FS@DATE^Q@\e$(shell LC_ALL=C @DATE@ "+%d %b %Y")\e;>J \ |