From eab829dcd71757dc67115b3abce7a5e19f3b6344 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(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b490102..75546dd 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-cirrus], - 1.3.2, + [1.3.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-cirrus) + [xf86-video-cirrus]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3