~ubuntu-branches/ubuntu/precise/apvlv/precise

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ritter
  • Date: 2010-02-04 15:11:57 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100204151157-nae2guz0p05ir7bc
Tags: 0.0.9.3-1
* New upstream release
* Bumped Standards-Version to 3.8.4, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl
4
4
 
5
5
AC_PREREQ([2.61])
6
 
AC_INIT(apvlv, 0.0.9, naihe2010@gmail.com)
 
6
AC_INIT(apvlv, 0.0.9.3, naihe2010@gmail.com)
7
7
AC_COPYRIGHT([Copyright (C) 2008 Alf's Software.])
8
8
 
9
9
if test -e .svn; then
17
17
 
18
18
AC_ARG_ENABLE(debug,
19
19
              [  --enable-debug          enable apvlv debug features],
20
 
              [apvlv_debug=yes])
 
20
              [apvlv_debug="$enableval"])
21
21
 
22
22
AM_CONFIG_HEADER(src/config.hpp)
23
23
AC_CONFIG_AUX_DIR(scripts)