~ubuntu-branches/ubuntu/edgy/djvulibre/edgy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-07-03 11:38:23 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060703113823-un2te7742kk04c63
Tags: 3.5.17-1ubuntu1
* Sync with Debian
* debian/rules:
  - use dh_iconcache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# DjVuLibre-3.5 is derived from the DjVu(r) Reference Library
18
18
# distribued by Lizardtech Software.
19
19
#
20
 
# $Id: configure.ac,v 1.74 2005/10/31 17:34:47 leonb Exp $
 
20
# $Id: configure.ac,v 1.76 2006/03/23 16:37:24 leonb Exp $
21
21
#
22
22
# ----------------------------------------
23
23
# Initialization
24
24
# ----------------------------------------
25
25
 
26
26
AC_PREREQ(2.50)
27
 
AC_INIT(djvulibre, 3.5.16)
28
 
AC_REVISION($Id: configure.ac,v 1.74 2005/10/31 17:34:47 leonb Exp $)
 
27
AC_INIT(djvulibre, 3.5.17)
 
28
AC_REVISION($Id: configure.ac,v 1.76 2006/03/23 16:37:24 leonb Exp $)
29
29
AC_CONFIG_AUX_DIR(config)
30
30
AC_CONFIG_SRCDIR(INSTALL)
31
31
AC_CONFIG_HEADER(config.h:config/config.h.in)
415
415
# Output files
416
416
AC_CONFIG_FILES(Makefile)
417
417
AC_CONFIG_FILES(libdjvu/Makefile)
 
418
AC_CONFIG_FILES(libdjvu/ddjvuapi.pc)
418
419
AC_CONFIG_FILES(tools/Makefile)
419
420
AC_CONFIG_FILES(tools/jb2cmp/Makefile)
420
421
AC_CONFIG_FILES(xmltools/Makefile)