From 823e7ffa5dadd3cdb0588d75eeec356a46e3f27a Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 17 Feb 2009 16:54:04 +0000 Subject: [PATCH] mv pkgdatadir to misc instead of creating a file directory just to contain one file. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4fea9fd8..4a5561e3 100644 --- a/configure.ac +++ b/configure.ac @@ -47,6 +47,7 @@ fi], [ fsect=4 ]) +AC_SUBST([pkgdatadir], ['$(datadir)/misc']) AC_SUBST(fsect) AM_CONDITIONAL(FSECT5, test x$fsect = x5) -- 2.40.0