]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
configure.in: fix autoconf error
authorJiri Slaby <jslaby@suse.cz>
Mon, 28 Feb 2011 16:39:59 +0000 (17:39 +0100)
committerJan Safranek <jsafrane@redhat.com>
Tue, 1 Mar 2011 11:17:36 +0000 (12:17 +0100)
Autoconf expects an email in AC_INIT, otherwise it screams:
configure.in:18: warning: AC_INIT: not a literal: http://sourceforge.net/tracker/?group_id=218421&atid=1043649

Remove the URL, "/" and "&" are not allowed there.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Jan Safranek <jsafrane@redhat.com>
configure.in

index fb982d30450ffd1e6b2c6ece1c1a178714b66600..63f533a1a6a13ff15af5f80d7c68778494f3bdf3 100644 (file)
@@ -15,8 +15,7 @@
 AC_PREREQ(2.61)
 
 # In following section update all occurences of version, including soname
-AC_INIT([libcgroup], 0.37,
-       [http://sourceforge.net/tracker/?group_id=218421&atid=1043649])
+AC_INIT([libcgroup], 0.37)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])