From 2a0278e54bffac70917332dd950457a8eebfe88a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Tue, 12 Apr 2011 20:42:42 +0000 Subject: add package version to when looking for license text --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3