~ubuntu-branches/ubuntu/vivid/virt-top/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Guido Günther, Sylvain Le Gall, Laurent Léonard
  • Date: 2009-12-26 17:05:14 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091226170514-u0np2cmqwhxyol17
Tags: 1.0.4-1
[ Sylvain Le Gall ]
* New upstream release 
* Use dh-ocaml features

[ Laurent Léonard ]
* [ace531c] Imported Upstream version 1.0.4
* [99145f2] Clean debian/rules.
* [3baed57] Allow DM upload and add myself as uploader.
* [ae48bd8] Redo patch 0001-add-opt-and-byte-compile-targets.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
dnl Process this file with autoconf to produce a configure script.
19
19
 
20
 
AC_INIT(virt-top,1.0.2)
 
20
AC_INIT(virt-top,1.0.4)
21
21
 
22
22
AC_PROG_INSTALL
23
23
 
78
78
dnl Check for recommended ocaml-gettext tool.
79
79
AC_CHECK_PROG(OCAML_GETTEXT,ocaml-gettext,ocaml-gettext)
80
80
 
 
81
dnl Check for msgfmt tool.
 
82
AC_CHECK_PROG(MSGFMT,msgfmt,msgfmt)
 
83
 
81
84
dnl Check for optional NSIS (for building a Windows installer).
82
85
dnl XXX NSIS support is probably broken at the moment XXX
83
86
AC_ARG_WITH([nsis],