summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-21 09:27:42 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-22 15:22:55 -0400
commitf2c386e5a7b9b5682db40d53e9f7b92e7d41ceba (patch)
treecf3dc4364f12f2a10d0a82f1c007d913b84e8db4
parent01d47165804c6c3a674fda7a9629e2f1d0f8b2db (diff)
config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 42b71d2..0b01855 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,9 +23,9 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-mga],
- 1.4.12,
+ [1.4.12],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- xf86-video-mga)
+ [xf86-video-mga])
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])