diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 09:27:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-21 09:27:42 -0400 |
commit | 96f25ab0ce60787475f3420ae3253e3762f1b6e3 (patch) | |
tree | 083967ab60d6492eec7cbbff4403ab9c9587d36c | |
parent | 109fa3c2cf8452623b77b3e6b6369519df3bb403 (diff) |
config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6a71862..a8ad040 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-wsfb], - 0.3.0, + [0.3.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-wsfb) + [xf86-video-wsfb]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) |