aboutsummaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint' into nextTheodore Ts'o2018-10-041-0/+4
|\
| * For --enable-subset, change "make install" so it implies "make install-libs"Theodore Ts'o2018-08-241-0/+4
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-181-1/+20
|\|
| * Drop subset tarball and replace it with "configure --enable-subset"Theodore Ts'o2018-08-181-0/+19
| * Stop generating e2fsprogs.spec automaticallyTheodore Ts'o2018-08-181-1/+1
* | configure: don't enable LTO by defaultTheodore Ts'o2018-08-171-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2018-08-131-14/+1
|\|
| * build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton2018-08-111-14/+1
* | Fix LTO builds so debugging information is preservedTheodore Ts'o2018-08-081-1/+1
* | enable thread sanitizer if the builder wants itDarrick J. Wong2018-08-081-0/+56
* | enable gcc/clang address sanitizer if the builder wants itDarrick J. Wong2018-08-081-0/+52
* | enable UBSAN if the builder wants itDarrick J. Wong2018-08-081-0/+52
* | enable link time optimization, if requestedDarrick J. Wong2018-08-081-0/+138
* | e2scrub: add service (cron, systemd) supportDarrick J. Wong2018-08-051-1/+180
* | e2scrub: create online fsck tool of sortsDarrick J. Wong2018-08-051-9/+140
|/
* misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara2018-06-221-1/+1
* Merge branch 'maint' into nextTheodore Ts'o2017-12-121-1/+3
|\
| * Fix compilation warnings about functions declared in sys/xattr.hDmitry V. Levin2017-12-121-1/+3
* | Merge branch 'maint' into nextTheodore Ts'o2017-08-291-0/+22
|\|
| * Search for GNU-compatible dd for self-tests.Matthias Andree2017-08-291-0/+22
* | Merge branch 'maint' into nextTheodore Ts'o2017-07-271-1/+5
|\|
| * Fix build when configured with --disable-threadsTheodore Ts'o2017-07-271-1/+5
* | e2freefrag: use GETFSMAP on mounted filesystemsDarrick J. Wong2017-05-291-1/+1
* | configure: Update configure script after integrated AOSP commitsTheodore Ts'o2017-05-231-2/+2
|/
* Fix spurious error when both gmake and makeinfo are not availableTheodore Ts'o2016-09-111-1/+1
* Fix reversed FORCE_NATIVE_MAKE test in acinclude.m4Theodore Ts'o2016-09-111-1/+1
* Fix FreeBSD pmake supportTheodore Ts'o2016-09-041-1/+6
* Fix build reproducibility for mk_cmds and compile_etTheodore Ts'o2016-09-011-6/+0
* Update configure script to reflect changes from commit 62bc243f1bfTheodore Ts'o2016-06-211-0/+42
* configure: fix detection of dlopen() for BSD systemsTheodore Ts'o2016-06-071-5/+5
* Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o2016-05-291-0/+34
* tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_tTheodore Ts'o2016-05-291-0/+36
* Add --enable-hardening which builds e2fsprogs with security hardeningTheodore Ts'o2016-05-221-4/+35
* configure.ac: fix up Debian naming scheme for its orig.tar.gz fileTheodore Ts'o2016-03-151-3/+15
* rename libquota.a to libsupport.aTheodore Ts'o2015-07-121-1/+1
* configure: remove support to disable quota supportTheodore Ts'o2015-07-031-173/+0
* configure: remove support to disable htree supportTheodore Ts'o2015-07-031-29/+0
* configure: only include libuuid and libblkid in AC_OUTPUT if neededTheodore Ts'o2015-07-011-4/+10
* configure: use system libraries for blkid and uuid if presentTheodore Ts'o2015-06-201-24/+126
* fix diet libc build breaks for e4crypt and fallocateTheodore Ts'o2015-06-191-2/+2
* misc: add fuse2fs, a FUSE server for e2fsprogsDarrick J. Wong2015-06-101-1/+272
* libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong2015-04-211-1/+1
* Remove compression supportTheodore Ts'o2015-04-121-24/+0
* Merge branch 'maint' into nextTheodore Ts'o2014-11-041-1/+1
|\
| * util: allow subst to build on systems that do not have utimes()Theodore Ts'o2014-10-191-1/+1
* | misc: if dlopen() is available, use it to load the libmagic libraryTheodore Ts'o2014-09-211-0/+3
* | misc: use libmagic when libblkid can't identify somethingDarrick J. Wong2014-09-201-0/+54
* | Merge branch 'maint' into nextTheodore Ts'o2014-09-191-2/+9
|\|
| * configure: disable uuidd by default if libuuid is disabledTheodore Ts'o2014-09-191-2/+9
* | Merge branch 'maint' into nextTheodore Ts'o2014-09-181-3/+2
|\|