~ubuntu-branches/debian/sid/aide/sid

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Marc Haber, Hannes von Haugwitz, Marc Haber
  • Date: 2010-06-03 20:06:40 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100603200640-kr54vz3opnc4s62v
Tags: 0.14.1-1
[ Hannes von Haugwitz ]
* new upstream version
* Removed unused lintian override from aide-dynamic
* debian/aide-common.doc-base: new
  - registered manual.html with doc-base
* debian/{aide.wrapper.8,aideinit.8}:
  - fixed spelling errors
* debian/aideinit:
  - removed useless hint in error message
* debian/patches/10-manpages.dpatch:
  - added patch description
* cron.daily/aide:
  - fixed "grep: Unmatched [ or [^" issue,
    thanks to Jerome Wittmann for the report
  - removed superfluous blank
* 31_aide_dlocate:
  - fixed dlocate database name
  - handle dlocatedb.stamps
* 31_aide_bind9:
  - handle session.key
* 31_aide_clamav-freshclam:
  - handle bytecode.cld
* 31_aide_libvirt-bin:
  - handle /var/lib/libvirt/qemu/{save,snapshot}
* Added man page for aide-attributes
* debian/{aide-common.manpages,rules}:
  - added aide-attributes and man page to aide-common
* debian/control:
  - added myself to the Uploaders field
  - added DM-Upload-Allowed field

[ Marc Haber ]
* Add debian/watch, thanks to Guillaume Delacour
* Welcome Hannes to the Debian team

Show diffs side-by-side

added added

removed removed

Lines of Context:
532
532
# This looks weird because Linux defines lstat64 and then screws it up
533
533
AC_CHECK_FUNC(lstat64,
534
534
    [AC_CHECK_FUNC(stat64,
535
 
        AIDE_DEFS+=" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS"
 
535
        AIDE_DEFS="$AIDE_DEFS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS"
536
536
        AIDE_LSTAT_FUNC="lstat64"
537
537
        compoptionstring="${compoptionstring}WITH_LSTAT64\\n"
538
538
        AIDE_STAT_FUNC="stat64"
571
571
)
572
572
 
573
573
saved_CFLAGS="$CFLAGS"
574
 
CFLAGS+=" $AIDE_DEFS"
 
574
CFLAGS="$CFLAGS $AIDE_DEFS"
575
575
AC_CHECK_SIZEOF(off_t)
576
576
AC_CHECK_SIZEOF(off64_t)
577
577
AC_CACHE_CHECK([for LFS ino_t],AIDE_INO_TYPE,[