summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2009-02-17 16:54:04 +0000
committerChristos Zoulas <christos@zoulas.com>2009-02-17 16:54:04 +0000
commit823e7ffa5dadd3cdb0588d75eeec356a46e3f27a (patch)
treefc18f69d04a5059be6d159aa0aa4b1f719048a4a
parent0b7337d0084051ce3f2aef43dc8025edfbffdb09 (diff)
downloadfile-git-823e7ffa5dadd3cdb0588d75eeec356a46e3f27a.tar.gz
mv pkgdatadir to misc instead of creating a file directory just to contain
one file.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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)