config: complete AC_INIT m4 quoting

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2010-07-21 09:27:42 -04:00
parent 93898c6d62
commit 8fbbafb7ed

View File

@ -22,9 +22,9 @@
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT([xf86-video-dummy], AC_INIT([xf86-video-dummy],
0.3.4, [0.3.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-dummy) [xf86-video-dummy])
AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_SRCDIR([Makefile.am])
AM_CONFIG_HEADER([config.h]) AM_CONFIG_HEADER([config.h])