diff options
author | Noah Slater <nslater@apache.org> | 2008-06-09 14:37:48 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-06-09 14:37:48 +0000 |
commit | 2f56905cea40818e2517d6eba24765d3bdf3252d (patch) | |
tree | a5b59ecf9f35847c6e5469d5ba05ffda4e102402 /acinclude.m4.in | |
parent | d32c0e841bdd0b23229a5febbcc70141e7ea219a (diff) |
corrected use of package tarname in instalation directories
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@665705 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4.in')
-rw-r--r-- | acinclude.m4.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index beafe3e4..58c0e281 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -12,7 +12,8 @@ dnl under the License. m4_define([LOCAL_PACKAGE_AUTHOR_NAME], [Damien Katz]) m4_define([LOCAL_PACKAGE_AUTHOR_ADDRESS], [damien@apache.org]) -m4_define([LOCAL_PACKAGE_IDENTIFIER], [apache-couchdb]) +m4_define([LOCAL_PACKAGE_IDENTIFIER], [couchdb]) +m4_define([LOCAL_PACKAGE_TARNAME], [apache-couchdb]) m4_define([LOCAL_PACKAGE_NAME], [Apache CouchDB]) m4_define([LOCAL_VERSION_MAJOR], [0]) |