1 AC_INIT([jhbuild], [2.29.6],
2 [http://bugzilla.gnome.org/enter_bug.cgi?product=jhbuild])
3 AC_CONFIG_SRCDIR(jhbuild/main.py)
7 AC_PREFIX_DEFAULT(~/.local/)
12 GETTEXT_PACKAGE="jhbuild"
13 AC_SUBST([GETTEXT_PACKAGE])
14 AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Gettext package])
16 IT_PROG_INTLTOOL([0.35.0])
24 AS_HELP_STRING([--enable-doc-installation=@<:@no/yes@:>@], [install the documentation files]),
25 [enable_doc_installation=$enableval],
26 [enable_doc_installation=no])
27 AM_CONDITIONAL([DOC_INSTALLATION_ENABLED],[test "x$enable_doc_installation" = "xyes"])
28 # pkg-config check below is disabled since documentation is optional
29 # PKG_CHECK_MODULES(gnome-doc-utils, gnome-doc-utils)
38 jhbuild/buildbot/Makefile
39 jhbuild/buildbot/status/web/Makefile
40 jhbuild/buildbot/status/Makefile
41 jhbuild/commands/Makefile
42 jhbuild/cut_n_paste/Makefile
43 jhbuild/frontends/Makefile
44 jhbuild/modtypes/Makefile
45 jhbuild/utils/Makefile
46 jhbuild/versioncontrol/Makefile