~ubuntu-branches/ubuntu/saucy/yelp/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-06-28 04:56:30 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20110628045630-55mwg7p3nhp4fmwb
Tags: 3.1.1-0ubuntu1
* New upstream release.
* Resync with Debian packaging, remaining Ubuntu changes:
  - Use source format 3
  - Add apport hook
  - Watch for unstable releases too
  - Suggest ttf-dejavu, instead of Recommend
  - Use autoreconf
  - debian/patches/00_no_am_gnu_gettext.patch
  - debian/patches/01_lpi.patch
  - debian/patches/05_menu_tooltip.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.63])
2
 
AC_INIT([Yelp],[3.0.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
 
2
AC_INIT([Yelp],[3.1.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
3
3
 
4
4
AC_CONFIG_SRCDIR([src/yelp.c])
5
5
AC_CONFIG_HEADERS([config.h])
19
19
LT_PREREQ([2.2.6])
20
20
LT_INIT
21
21
 
22
 
LIBC6_LIB=-ldl
23
 
AC_SUBST([LIBC6_LIB])
24
 
 
25
22
AC_PATH_PROGS(SED, gsed sed)
26
23
 
27
24
AM_PATH_GLIB_2_0
40
37
        libexslt >= 0.8.1
41
38
        sqlite3
42
39
        webkitgtk-3.0 >= 1.3.2
43
 
        yelp-xsl >= 3.0.1
 
40
        yelp-xsl >= 3.1.2
44
41
])
45
42
AC_SUBST([YELP_CFLAGS])
46
43
AC_SUBST([YELP_LIBS])
124
121
 
125
122
 
126
123
XSL_PATH="`$PKG_CONFIG --variable=xsltdir yelp-xsl`"
127
 
XSL_DB_TITLE="$XSLT_PATH""/docbook/common/db-title.xsl"
128
 
AC_SUBST(XSL_DB_TITLE)
129
124
 
130
125
XSL_DB2XHTML="`$PKG_CONFIG --variable=db2xhtml yelp-xsl`"
131
126
AC_SUBST(XSL_DB2XHTML)
200
195
docs/libyelp/version.xml
201
196
libyelp/Makefile
202
197
src/Makefile
203
 
stylesheets/Makefile
204
 
stylesheets/db2html.xsl
205
 
stylesheets/db-title.xsl
206
 
stylesheets/info2html.xsl
207
 
stylesheets/mal2html.xsl
208
 
stylesheets/man2html.xsl
209
 
stylesheets/toc2html.xsl
210
 
stylesheets/yelp-common.xsl
211
198
data/Makefile
212
199
data/dtd/Makefile
213
200
data/dtd/catalog
218
205
data/icons/hicolor/scalable/Makefile
219
206
data/icons/hicolor/scalable/actions/Makefile
220
207
data/icons/hicolor/scalable/status/Makefile
 
208
data/js/Makefile
 
209
data/xslt/Makefile
 
210
data/xslt/db2html.xsl
 
211
data/xslt/info2html.xsl
 
212
data/xslt/mal2html.xsl
 
213
data/xslt/man2html.xsl
 
214
data/xslt/yelp-common.xsl
221
215
po/Makefile.in
222
216
tests/Makefile
223
217
yelp.desktop.in