From 64c18ba1272c0158bb53459ba78306ab0e531b90 Mon Sep 17 00:00:00 2001 Date: Fri, 11 Dec 2020 16:51:45 +0100 Subject: [PATCH] autoconf-2.13-version-specific-share-directory * Makefile.in: - ensure that datadir = '/usr/share/autoconf-2.13' is CONSISTENTLY used throughout package without breaking package functionality (to avoid infering with packages of other package release versions) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a6c94d4..1ffe5fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -49,7 +49,7 @@ bindir = @bindir@ # Directory in which to install library files. datadir = @datadir@ -acdatadir = $(datadir)/autoconf +acdatadir = $(datadir)/autoconf-2.13 # Directory in which to install documentation info files. infodir = @infodir@ -- 2.29.2.windows.3