Bug 33329 - configure.ac:15: warning: AC_INIT: not a literal
Summary: configure.ac:15: warning: AC_INIT: not a literal
Status: RESOLVED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 02:22 UTC by Fabio Pedretti
Modified: 2011-01-21 08:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Fabio Pedretti 2011-01-21 02:22:34 UTC
When running autogen.sh on mesa git with an Ubuntu 10.10 I get the following warnings:

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal 
configure.ac:15: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
autoreconf: configure.ac: tracing
configure.ac:15: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf
configure.ac:15: warning: AC_INIT: not a literal: https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa
autoreconf: configure.ac: not using Autoheader
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
...
Comment 1 Alan Coopersmith 2011-01-21 08:24:15 UTC
That's a bug in autoconf that was fixed in autoconf 2.68:

http://lists.gnu.org/archive/html/autotools-announce/2010-09/msg00000.html

** AC_INIT again allows URLs with '?' for its BUG-REPORT argument.
   Regression introduced in 2.66.

More details at:
http://savannah.gnu.org/support/?107450
https://bugs.launchpad.net/ubuntu/+source/autoconf/+bug/641611


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.