$NetBSD: patch-lib_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ Use version-specific pkgdatadir. --- lib/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 +++ lib/Makefile.in @@ -33,7 +33,7 @@ # along with this program. If not, see . VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir)/autoconf269 pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@