summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJames O'Gorman <james@netinertia.co.uk>2011-05-02 13:36:11 +0000
committerJames O'Gorman <james@netinertia.co.uk>2011-05-02 13:36:11 +0000
commite9dd60a91ead20ca193269221915bbbcdaff190e (patch)
tree8f80095148d7d7923789e30ef31b8f8e88961be0 /configure.ac
parent6297e8568d810ed2062cb716dc25992db694aabe (diff)
Define PACKAGE_TARNAME variable in autoconf, change doc install location from parcel name to this for neatness.
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 7a7c8332..fe2c51eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org])
+AC_INIT([Box Backup], 0.11, [boxbackup@boxbackup.org],[boxbackup])
AC_CONFIG_SRCDIR([lib/common/Box.h])
AC_CONFIG_HEADERS([lib/common/BoxConfig.h])