diff options
author | Colin Walters <walters@verbum.org> | 2010-07-12 10:31:26 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-07-12 10:31:53 -0400 |
commit | 8d1d09b755109d0a651374c672d61c04a1cf8464 (patch) | |
tree | 617a40b2372cebf5552cb4b03d34d110ee34439d | |
parent | 5cb925b20739c04e18e94a03a3e4e68041894b03 (diff) |
Quote url for AC_INIT to pacify autoconf
-rw-r--r-- | 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 |