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 | 88c8af1c7874882733b5fc423dadc7541bf88f99 (patch) | |
tree | a3b0122cc706eb980cbd58bb8220d04229fc7723 | |
parent | f5bba1f1f33967578df85a3b10b9a58f81831678 (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 a3189bf..22e78cc 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ([2.60]) AC_INIT([xf86-video-tdfx], - 1.4.3, + [1.4.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], - xf86-video-tdfx) + [xf86-video-tdfx]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) |