Explorar o código

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
Fabio M. Di Nitto %!s(int64=17) %!d(string=hai) anos
pai
achega
471bbb68e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
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])