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 | 5f838c664e8010f4e51afecd4100d73a96fe1209 (patch) | |
tree | d4114352ce3358b41916a4364d4b4c2e7738ecf0 /configure.ac | |
parent | 48ec2e65c268b426ab9a3e214d174447cf5b5936 (diff) |
config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fb09d5e4..9126e908 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-ati], - 6.13.99, + [6.13.99], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-ati) + [xf86-video-ati]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) |