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