From 8fbbafb7ed5988a63d16d3d9fad17dd336a32b82 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Wed, 21 Jul 2010 09:27:42 -0400 Subject: [PATCH] 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 4be7c16..e217787 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-dummy], - 0.3.4, + [0.3.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-dummy) + [xf86-video-dummy]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h])