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
commit1da8c1e13b15646f0e4db12ba0be520209bfca73 (patch)
tree60a555f7b01e6dbd4cbb8adeb0d2bd69f4e60f2f
parentd1270c79a470dbf3031600e49457423674222764 (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 07436a8..4b58592 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@
AC_PREREQ([2.60])
AC_INIT([xf86-video-v4l],
- 0.2.0,
+ [0.2.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
- xf86-video-v4l)
+ [xf86-video-v4l])
AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h])