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-21 09:27:42 -0400
commit7f5d4d759b411d0a2079a838ce51c40c5e2d31a8 (patch)
treebe2c08e9c317638a551e196a3bdc98f22595dec4
parent5c4a35c87b7218115c664fddba397cabf72a47ec (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 9e83e56..b5e0a03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-sunleo],
- 1.2.0,
+ [1.2.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- xf86-video-sunleo)
+ [xf86-video-sunleo])
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])