~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-06-29 13:05:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070629130514-z798cz4lebiahj5w
Tags: 1.5.4-0ubuntu1
* New upstream version.
* debian/patches/audit-1.5.1-dist.patch:
  * update so that it applies for 1.5.4.
* debian/control:
  * update Maintainer and XSBC-Original-Maintainer fields.
* debian/rules:
  * enable apparmor support: add --with-apparmor to configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
])
30
30
 
31
31
AC_REVISION($Revision: 1.3 $)dnl
32
 
AC_INIT(audit,1.5.3)
 
32
AC_INIT(audit,1.5.4)
33
33
AC_PREREQ(2.12)dnl
34
34
AM_CONFIG_HEADER(config.h)
35
35
 
108
108
if test x$use_apparmor != xno ; then
109
109
      AC_DEFINE(WITH_APPARMOR,1,[Define if you want to enable AppArmor events.])fi
110
110
 
111
 
AC_OUTPUT(Makefile lib/Makefile auparse/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
 
111
AC_OUTPUT(Makefile lib/Makefile auparse/Makefile auparse/test/Makefile src/Makefile src/mt/Makefile swig/Makefile docs/Makefile init.d/Makefile audisp/Makefile bindings/Makefile bindings/python/Makefile)
112
112
 
113
113
echo .
114
114
echo "