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 | 37f35b579e9ea1a4b5b50f3ae570e3329664c38e (patch) | |
tree | aaced2317590ab9f5eebaf31893b892b78f5260a | |
parent | 1cb6b6939e5d466797721a2e59afdd067e769fcc (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 0cd2881..ea162ed 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-mach64], - 6.8.2, + [6.8.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-mach64) + [xf86-video-mach64]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) |