Commit a05560b1 authored by Gaetan Nadon's avatar Gaetan Nadon
Browse files

config: complete AC_INIT m4 quoting


Signed-off-by: default avatarGaetan Nadon <memsize@videotron.ca>
parent 8f7d8a7b
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([xf86-video-fbdev], AC_INIT([xf86-video-fbdev],
0.4.2, [0.4.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-fbdev) [xf86-video-fbdev])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h]) AM_CONFIG_HEADER([config.h])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment