~arky/ubuntu/lucid/dots/fix-541723

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:40:08 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112234008-vh5997hs16g147or
Tags: 0.0.20100108-1
* New upstream snapshot.
* debian/copyright: Fix copyright sign.
* debian/control: Add build dependency on liblouis (>= 1.6.2) and
  liblouisxml (>= 1.9.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
dnl == check for python ==
7
7
AM_PATH_PYTHON(2.4)
8
8
 
 
9
dnl == Check for liblouis and liblouisxml
 
10
PKG_CHECK_MODULES(LIBLOUIS, [liblouis >= 1.6.2 liblouisxml >= 1.9.1])
 
11
 
 
12
dnl Find tables dir
 
13
TABLES_DIR=`pkg-config --variable=tablesdir liblouis`
 
14
AC_SUBST(TABLES_DIR)
 
15
 
9
16
dnl == check for xml2brl ==
10
17
AC_PATH_PROG(XML2BRL, xml2brl)
11
18
test -z "$XML2BRL" && AC_MSG_ERROR([