From b58a6440f088930a5458c68c1b9fe3bd80b37a0e 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 ac992b9..4f57b42 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-ark], - 0.7.2, + [0.7.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-ark) + [xf86-video-ark]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) -- cgit v1.2.3