From 471bbb68e590bc28c5ce437d77d7774bbe7c3495 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Tue, 17 Mar 2009 12:44:47 +0000 Subject: [PATCH] Drop tarball name from AC_INIT as it confuses the hell out of what we need git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1858 fd59a12c-fef9-0310-b244-a6a79926bd2f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a75ea7e4..d1360852 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # bootstrap / init AC_PREREQ([2.61]) -AC_INIT([corosync], [0.95], [openais@lists.osdl.org], [corosync-0.95.tar.gz]) +AC_INIT([corosync], [0.95], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([lib/coroipc.c])