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 | 95598411c41871b05ae33f91491beda7ea34ef0a (patch) | |
tree | cf15e5fdfc2492f3c328c6986b8c083f292f1a3d /configure.ac | |
parent | a98fd5c4759031d6318fa1926773f8ac68e52379 (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 e4fe1d7..c6bf99a 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-apm], - 1.2.2, + [1.2.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-apm) + [xf86-video-apm]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) |