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
commit12c859a302e6c42b319f660af03c9718adffe699 (patch)
tree14cb9f650b3f324c9355503c7bd5f7b4b922274a
parentbda55aa468b43731e5bd1b5ebc1d9a2d927f9b79 (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 ab6eac1..ac82083 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-vesa],
- 2.3.0,
+ [2.3.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- xf86-video-vesa)
+ [xf86-video-vesa])
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])