~ubuntu-branches/debian/sid/ntfs-3g/sid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2014-10-05 09:34:12 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20141005093412-4ohtygxt9pm9v5u9
Tags: 1:2014.2.15AR.2-1
* New upstream release.
* Remove 0001-type-inconsistencies.patch and 0002-exit-values.patch , this
  release contains those.
* Update Standards-Version to 3.9.6 .

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
# Autoconf
26
26
AC_PREREQ(2.59)
27
 
AC_INIT([ntfs-3g],[2014.2.15AR.1],[ntfs-3g-devel@lists.sf.net])
28
 
LIBNTFS_3G_VERSION="851"
 
27
AC_INIT([ntfs-3g],[2014.2.15AR.2],[ntfs-3g-devel@lists.sf.net])
 
28
LIBNTFS_3G_VERSION="852"
29
29
AC_CONFIG_SRCDIR([src/ntfs-3g.c])
30
30
 
31
31
# Environment
158
158
)
159
159
 
160
160
AC_ARG_ENABLE(
 
161
        [quarantined],
 
162
        [AS_HELP_STRING([--enable-quarantined],[enable quarantined ntfsprogs utilities
 
163
                       (default=no)])],
 
164
        ,
 
165
        [enable_quarantined="no"]
 
166
)
 
167
 
 
168
AC_ARG_ENABLE(
161
169
        [nfconv],
162
170
        [AS_HELP_STRING([--disable-nfconv],[disable the 'nfconv' patch, which adds support for Unicode normalization form conversion when built on Mac OS X @<:@default=enabled for Mac OS X@:>@])],
163
171
        [enable_nfconv="no"],
463
471
        regex.h endian.h byteswap.h sys/byteorder.h sys/disk.h sys/endian.h \
464
472
        sys/param.h sys/ioctl.h sys/mkdev.h sys/mount.h sys/stat.h sys/types.h \
465
473
        sys/vfs.h sys/statvfs.h sys/sysmacros.h linux/major.h linux/fd.h \
466
 
        linux/hdreg.h machine/endian.h windows.h syslog.h pwd.h malloc.h])
 
474
        linux/fs.h inttypes.h linux/hdreg.h \
 
475
        machine/endian.h windows.h syslog.h pwd.h malloc.h])
467
476
 
468
477
# Checks for typedefs, structures, and compiler characteristics.
469
478
AC_HEADER_STDBOOL
607
616
AM_CONDITIONAL([ENABLE_NTFS_3G], [test "${enable_ntfs_3g}" = "yes"])
608
617
AM_CONDITIONAL([ENABLE_NTFSPROGS], [test "${enable_ntfsprogs}" = "yes"])
609
618
AM_CONDITIONAL([ENABLE_EXTRAS], [test "${enable_extras}" = "yes"])
 
619
AM_CONDITIONAL([ENABLE_QUARANTINED], [test "${enable_quarantined}" = "yes"])
610
620
 
611
621
# workaround for <autoconf-2.60
612
622
if test -z "${docdir}"; then
643
653
        ntfsprogs/ntfsprogs.8
644
654
        ntfsprogs/ntfsresize.8
645
655
        ntfsprogs/ntfsundelete.8
 
656
        ntfsprogs/ntfsdecrypt.8
 
657
        ntfsprogs/ntfswipe.8
 
658
        ntfsprogs/ntfstruncate.8
 
659
        ntfsprogs/ntfsfallocate.8
646
660
        src/Makefile
647
661
        src/ntfs-3g.8
648
662
        src/ntfs-3g.probe.8