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

index db1da21..147e1bf 100644 (file)
@@ -58,7 +58,7 @@ m4_define([pixman_micro], 3)
 
 m4_define([pixman_version],[pixman_major.pixman_minor.pixman_micro])
 
-AC_INIT(pixman, pixman_version, "pixman@lists.freedesktop.org", pixman)
+AC_INIT(pixman, pixman_version, [pixman@lists.freedesktop.org], pixman)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Suppress verbose compile lines