[gobject-introspection] Quote url for AC_INIT to pacify autoconf
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Quote url for AC_INIT to pacify autoconf
- Date: Mon, 12 Jul 2010 17:25:00 +0000 (UTC)
commit 8d1d09b755109d0a651374c672d61c04a1cf8464
Author: Colin Walters <walters verbum org>
Date: Mon Jul 12 10:31:26 2010 -0400
Quote url for AC_INIT to pacify autoconf
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5f724d1..77fd7b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ m4_define(gi_version, gi_major_version.gi_minor_version.gi_micro_version)
AC_PREREQ(2.59)
AC_INIT(gobject-introspection, gi_version,
- http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection)
+ [http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=introspection])
AM_INIT_AUTOMAKE([1.7 -Wno-portability])
AM_MAINTAINER_MODE
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]