On 02/28/2011 05:39 PM, Jiri Slaby wrote: > 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 <jsl...@suse.cz> Acked-By: Jan Safranek <jsafr...@redhat.com>
> --- > configure.in | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/configure.in b/configure.in > index fb982d3..63f533a 100644 > --- a/configure.in > +++ b/configure.in > @@ -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])]) ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel