From 96f25ab0ce60787475f3420ae3253e3762f1b6e3 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 21 Jul 2010 09:27:42 -0400 Subject: config: complete AC_INIT m4 quoting Signed-off-by: Gaetan Nadon --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6a71862..a8ad040 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-wsfb], - 0.3.0, + [0.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-wsfb) + [xf86-video-wsfb]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3