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
This commit is contained in:
Fabio M. Di Nitto 2009-03-17 12:44:47 +00:00
parent 6ce3b4e526
commit 471bbb68e5

View File

@ -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])