diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2010-06-23 00:41:53 +0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-06-23 00:41:53 +0300 |
commit | d8baf45eb79e473fba68b8335b6aaca27df681cf (patch) | |
tree | da0d8202b3d8a4f3e06e4b8377a6102b39fe8170 /configure.ac | |
parent | 2d377782abc64281b5fa44825d541a1541b19a10 (diff) |
Added square braces to all AC_INIT elements.
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 36ee002..cd31a9b 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,9 @@ AC_PREREQ(2.59) AC_INIT([xf86-video-geode], - 2.11.8, + [2.11.8], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode], - xf86-video-geode, + [xf86-video-geode], [http://www.x.org/wiki/GeodeDriver]) AC_CONFIG_SRCDIR([Makefile.am]) |