From 60a09132b62c3cae86f5e832830a4490ba5bf712 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 19 Jun 2023 20:45:16 +0300 Subject: 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. --- bootstrap.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap.am') 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 \ J \ J \ J \ - J \ + J \ J \ J \ J \ -- cgit v1.2.3