Fix argument quoting for AC_INIT.
authorCyril Brulebois <kibi@debian.org>
Wed, 17 Nov 2010 15:16:56 +0000 (16:16 +0100)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Fri, 19 Nov 2010 18:57:47 +0000 (13:57 -0500)
commite7ee43c39d2370716a4d011afa8f5067eced9899
treecda75c5b2c046724ee93e584761371cebd81457a
parentc59db8af66510e8e0a852e5775cff46f7476c71c
Fix argument quoting for AC_INIT.

One gets rid of this accordingly:
| autoreconf -vfi
| autoreconf: Entering directory `.'
| autoreconf: configure.ac: not using Gettext
| autoreconf: running: aclocal --force
| configure.ac:61: warning: AC_INIT: not a literal: "pixman@lists.freedesktop.org"
| autoreconf: configure.ac: tracing
| configure.ac:61: warning: AC_INIT: not a literal: "pixman@lists.freedesktop.org"

Signed-off-by: Cyril Brulebois <kibi@debian.org>
configure.ac