~mfisch/yelp-xsl/update-to-3.8.1

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-03-17 15:12:22 UTC
  • mfrom: (1.1.16) (11.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120317151222-pnzcgh4actzfkwdb
Tags: 3.3.3-1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT([yelp-xsl],[3.0.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
 
1
AC_INIT([yelp-xsl],[3.3.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp-xsl])
2
2
 
3
3
AC_CONFIG_MACRO_DIR([m4])
4
4
 
17
17
fi
18
18
AC_SUBST(YELP_XSL_AWK)
19
19
 
 
20
AC_ARG_VAR([ITSTOOL], [Path to the `itstool` command])
 
21
AC_CHECK_PROG([ITSTOOL], [itstool], [itstool])
 
22
if test x"$ITSTOOL" = x; then
 
23
  AC_MSG_ERROR([itstool is required to build the translation XML files])
 
24
fi
 
25
 
20
26
# Dependecies
21
27
PKG_CHECK_MODULES(YELP_XSL,
22
28
[
31
37
 
32
38
IT_PROG_INTLTOOL([0.40.0])
33
39
 
 
40
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
 
41
AC_SUBST(ALL_LINGUAS)
 
42
 
34
43
AC_ARG_ENABLE(doc,
35
44
              [AS_HELP_STRING([--enable-doc],[build and install developer documentation [default=no]])],,
36
45
              enable_doc=no)
54
63
po/Makefile.in
55
64
xslt/Makefile
56
65
xslt/common/Makefile
 
66
xslt/common/domains/Makefile
57
67
xslt/docbook/Makefile
58
68
xslt/docbook/common/Makefile
59
69
xslt/docbook/html/Makefile
63
73
xslt/mallard/cache/Makefile
64
74
xslt/mallard/common/Makefile
65
75
xslt/mallard/html/Makefile
66
 
xslt/gettext/Makefile
67
76
])
68
77
 
69
78
AC_OUTPUT