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 | 6b1d1833b38e1d21760174493e4f8f0af4214574 (patch) | |
tree | bda8b34f016fb72c2b1dc114ca240e51336e3c64 | |
parent | dc67a8e8fe220697c3dcbca63c9ce0608a75888c (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 d4a4809..6d23ca1 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-siliconmotion], - 1.7.4, + [1.7.4], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-siliconmotion) + [xf86-video-siliconmotion]) # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS m4_ifndef([XORG_MACROS_VERSION], |