diff options
author | Slatian <baschdel@disroot.org> | 2023-11-16 22:36:55 +0100 |
---|---|---|
committer | Simon Lees <simon@simotek.net> | 2023-11-27 00:03:55 +0000 |
commit | 52484b7a9457ee98f989fdfd680cb240df04b67d (patch) | |
tree | e07599aa5bbbc3088be4c2f5e3235c8153cf34ec | |
parent | dbd5f25f307615f0a70c3d1cbde40ff2f061e555 (diff) |
Fix config.status warning about ignored --datarootdir setting (by Nicholas Guriev)
See also: https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Changed-Directory-Variables.html
(cherry picked from commit 14bc86bc0b329346c36a05c08320b27b85cda14b)
(Rebased from b0c38f04da30f6829f88bbeede903853ffd80430 by Slatian)
-rw-r--r-- | scripts/Makefile.in | 1 | ||||
-rw-r--r-- | tests/Makefile.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in index d167393..7939a4e 100644 --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -9,6 +9,7 @@ XMLTO = @XMLTO@ prefix = @prefix@ exec_prefix = @exec_prefix@ +datarootdir = @datarootdir@ bindir = @bindir@ mandir = @mandir@ diff --git a/tests/Makefile.in b/tests/Makefile.in index a27504b..203aae4 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -10,7 +10,6 @@ XMLTO = @XMLTO@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ -mandir = @mandir@ all: |