summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 20:42:42 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 20:42:42 +0000
commit2a0278e54bffac70917332dd950457a8eebfe88a (patch)
tree909cdd2a1863cb3ba46c704d0785a3cdc028d839 /configure.ac
parente228a7f85b5678b88a0e360e9d4dbbdd08680433 (diff)
add package version to when looking for license text
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 462b8fe..d0b749e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ case "$OSNAME" in
esac
trglocaledir='${prefix}/${DATADIRNAME}/locale'
-trglicense='${docdir}/COPYING'
+trglicense='${docdir}-$(PACKAGE_VERSION)/COPYING'
AC_SUBST(trglocaledir)
AC_SUBST(trglicense)
GETTEXT_PACKAGE=AC_PACKAGE_NAME