~ubuntu-branches/ubuntu/raring/clamav/raring

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-10-24 11:57:42 UTC
  • mfrom: (0.47.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20111024115742-8g7826vbzwi0vxyi
Tags: 0.97.3+dfsg-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AC_PREREQ([2.59])
21
21
dnl For a release change [devel] to the real version [0.xy]
22
22
dnl also change VERSION below
23
 
AC_INIT([ClamAV], [0.97.2], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
 
23
AC_INIT([ClamAV], [0.97.3], [http://bugs.clamav.net/], [clamav], [http://www.clamav.net/])
24
24
 
25
25
AH_BOTTOM([#include "platform.h"])
26
26
dnl put configure auxiliary into config
43
43
 
44
44
dnl change this on a release
45
45
dnl VERSION="devel-`date +%Y%m%d`"
46
 
VERSION="0.97.2"
47
 
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
 
46
VERSION="0.97.3"
48
47
 
49
48
LC_CURRENT=7
50
 
LC_REVISION=11
 
49
LC_REVISION=12
51
50
LC_AGE=1
52
51
LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
53
52
AC_SUBST([LIBCLAMAV_VERSION])
856
855
  AC_DEFINE([NDEBUG],1,[disable assertions])
857
856
fi
858
857
 
 
858
AC_ARG_WITH([version], 
 
859
[  --with-version=STR     use custom version string (dev only)],
 
860
VERSION="$withval", )
 
861
 
859
862
AC_ARG_ENABLE([no-cache],
860
863
[  --enable-no-cache      use "Cache-Control: no-cache" in freshclam],
861
864
enable_nocache=$enableval, enable_nocache="no")
1528
1531
 
1529
1532
AC_C_FDPASSING
1530
1533
 
 
1534
AC_DEFINE_UNQUOTED([VERSION],"$VERSION",[Version number of package])
1531
1535
AC_DEFINE_UNQUOTED([VERSION_SUFFIX],"$VERSION_SUFFIX",[Version suffix for package])
1532
1536
 
1533
1537
AC_ARG_ENABLE(clamdtop,