diff options
author | anssih <anssih@svn> | 2010-07-11 22:22:23 +0000 |
---|---|---|
committer | anssih <anssih@svn> | 2010-07-11 22:22:23 +0000 |
commit | 4d1afa23d79be4acaacd412fb4e97863d65bc276 (patch) | |
tree | d3b07e6b7cec02e5d83b37210190cfd03d966b7a /configure.in | |
parent | 028b010b03a3bd4ee65ca45af95bcfad7e69d15a (diff) |
fixed: quote AC_INIT() arguments properly
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31739 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b9461565d5..6b01dbceff 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT("xbmc", 9.11, http://trac.xbmc.org) +AC_INIT([xbmc], [9.11], [http://trac.xbmc.org]) AC_CONFIG_HEADERS([config.h]) AH_TOP([#pragma once]) |