summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-01-28 14:56:21 +0100
committerinfirit <[email protected]>2014-01-28 14:56:21 +0100
commit60474a655f4fcb09dc6cb9945dba4f30171544f1 (patch)
treec3f1aabd463f2ed091ab748270c0cede6dc8d841
parent2802d90e72b33b43d740bb13f91492560169a67f (diff)
downloadengrampa-60474a655f4fcb09dc6cb9945dba4f30171544f1.tar.bz2
engrampa-60474a655f4fcb09dc6cb9945dba4f30171544f1.tar.xz
Add tar name to AC_INIT for make distmate-file-archiver-1.6.1
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 79a889f..c0c16b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([engrampa], [1.6.1], [http://www.mate-desktop.org/])
+AC_INIT([engrampa], [1.6.1], [http://www.mate-desktop.org/], [mate-file-archiver])
AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])