aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2024-04-29configure: add --without-libarchive optionTheodore Ts'o1-4/+45
2024-04-25configure: Use FORTIFY_SOURCE=3 when hardening is enabledTheodore Ts'o1-2/+2
2024-04-21Merge branch 'support-fuse3' of https://github.com/DrDaveD/e2fsprogs into nextTheodore Ts'o1-16/+427
2024-04-18Merge remote-tracking branch 'josch/libarchive' into josch-libarchiveTheodore Ts'o1-0/+52
2024-04-18mke2fs: the -d option can now handle tarball inputJohannes Schauer Marin Rodrigues1-0/+52
2024-04-04configure.ac: call AC_SYS_LARGEFILE before checking the size of off_tMike Gilbert1-207/+206
2024-04-04configure: update configure so it is generated using autoconf 2.71Theodore Ts'o1-51/+34
2023-12-20add libfuse3 support to fuse2fsDave Dykstra1-67/+461
2023-12-01build: split version and release in configureAndreas Dilger1-8/+9
2023-05-30e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missingEric Biggers1-31/+60
2023-02-01Add option to enable/disable largefile supportKhem Raj1-0/+208
2023-01-27configure: regenerateEric Biggers1-35/+74
2022-09-22Use an autoconf test to detect for a BSD- or GNU-style qsort_r functionTheodore Ts'o1-0/+90
2022-08-09Build the fuzzers from oss-fuzzTheodore Ts'o1-1/+714
2022-08-07Update configure/configure.ac/aclocal.m4 to use autoconf 2.71Theodore Ts'o1-3460/+5338
2022-04-28Use mallinfo2 instead of mallinfo if availableLukas Czerner1-1/+1
2021-12-21libuuid: try to use getrandom() or getentropy() if availableTheodore Ts'o1-2/+2
2021-03-31ext2fs: compile the io implementation according to osPaulo Antonio Alvarez1-0/+10
2021-02-09configure.ac: convert all help strings to use AS_HELP_STRINGTheodore Ts'o1-29/+38
2021-01-29configure.ac: fix build failure on systems with pthreads && !fuse supportTheodore Ts'o1-1/+1
2021-01-29e2fsck: drop use of sysctl(2)Theodore Ts'o1-1/+1
2021-01-29configure.ac: add substitution for @mkdir_p@ since po/Makefile.in.in uses itTheodore Ts'o1-0/+3
2021-01-21Add configure and build support for the pthreads libraryTheodore Ts'o1-323/+1457
2020-11-25Update gettext files to version 0.19.8Theodore Ts'o1-3488/+362
2019-11-14Merge branch 'maint' into nextTheodore Ts'o1-40/+0
2019-11-13configure: don't fail if /usr/include/sys/mount.h does not existTheodore Ts'o1-40/+0
2019-08-15e2fsck: add a developer-only extended option: clear_all_uninit_bitsTheodore Ts'o1-0/+27
2019-05-27configure: fix test where cron is not installed on a non-systemd systemTheodore Ts'o1-2/+6
2019-02-10Merge branch 'maint' into nextTheodore Ts'o1-29/+55
2019-02-10Check for the newer blkid functions without adding blkid to @LIBS@Theodore Ts'o1-29/+55
2018-10-16fuse2fs: add fakeroot option.Nicholas Clark1-0/+134
2018-10-04Merge branch 'maint' into nextTheodore Ts'o1-0/+4
2018-08-24For --enable-subset, change "make install" so it implies "make install-libs"Theodore Ts'o1-0/+4
2018-08-18Merge branch 'maint' into nextTheodore Ts'o1-1/+20
2018-08-18Drop subset tarball and replace it with "configure --enable-subset"Theodore Ts'o1-0/+19
2018-08-18Stop generating e2fsprogs.spec automaticallyTheodore Ts'o1-1/+1
2018-08-17configure: don't enable LTO by defaultTheodore Ts'o1-1/+1
2018-08-13Merge branch 'maint' into nextTheodore Ts'o1-14/+1
2018-08-11build: use MKDIR_P instead of MKINSTALLDIRSRoss Burton1-14/+1
2018-08-08Fix LTO builds so debugging information is preservedTheodore Ts'o1-1/+1
2018-08-08enable thread sanitizer if the builder wants itDarrick J. Wong1-0/+56
2018-08-08enable gcc/clang address sanitizer if the builder wants itDarrick J. Wong1-0/+52
2018-08-08enable UBSAN if the builder wants itDarrick J. Wong1-0/+52
2018-08-08enable link time optimization, if requestedDarrick J. Wong1-0/+138
2018-08-05e2scrub: add service (cron, systemd) supportDarrick J. Wong1-1/+180
2018-08-05e2scrub: create online fsck tool of sortsDarrick J. Wong1-9/+140
2018-06-22misc: add e2mmpstatus utility via dumpe2fsShuichi Ihara1-1/+1
2017-12-12Merge branch 'maint' into nextTheodore Ts'o1-1/+3
2017-12-12Fix compilation warnings about functions declared in sys/xattr.hDmitry V. Levin1-1/+3
2017-08-29Merge branch 'maint' into nextTheodore Ts'o1-0/+22
2017-08-29Search for GNU-compatible dd for self-tests.Matthias Andree1-0/+22
2017-07-27Merge branch 'maint' into nextTheodore Ts'o1-1/+5
2017-07-27Fix build when configured with --disable-threadsTheodore Ts'o1-1/+5
2017-05-29e2freefrag: use GETFSMAP on mounted filesystemsDarrick J. Wong1-1/+1
2017-05-23configure: Update configure script after integrated AOSP commitsTheodore Ts'o1-2/+2
2016-09-11Fix spurious error when both gmake and makeinfo are not availableTheodore Ts'o1-1/+1
2016-09-11Fix reversed FORCE_NATIVE_MAKE test in acinclude.m4Theodore Ts'o1-1/+1
2016-09-04Fix FreeBSD pmake supportTheodore Ts'o1-1/+6
2016-09-01Fix build reproducibility for mk_cmds and compile_etTheodore Ts'o1-6/+0
2016-06-21Update configure script to reflect changes from commit 62bc243f1bfTheodore Ts'o1-0/+42
2016-06-07configure: fix detection of dlopen() for BSD systemsTheodore Ts'o1-5/+5
2016-05-29Add configure --disable-tdb which disables e2fsck's scratch_files featureTheodore Ts'o1-0/+34
2016-05-29tests: fix f_pre_1970_date_encoding on systems with a 32-bit time_tTheodore Ts'o1-0/+36
2016-05-22Add --enable-hardening which builds e2fsprogs with security hardeningTheodore Ts'o1-4/+35
2016-03-15configure.ac: fix up Debian naming scheme for its orig.tar.gz fileTheodore Ts'o1-3/+15
2015-07-12rename libquota.a to libsupport.aTheodore Ts'o1-1/+1
2015-07-03configure: remove support to disable quota supportTheodore Ts'o1-173/+0
2015-07-03configure: remove support to disable htree supportTheodore Ts'o1-29/+0
2015-07-01configure: only include libuuid and libblkid in AC_OUTPUT if neededTheodore Ts'o1-4/+10
2015-06-20configure: use system libraries for blkid and uuid if presentTheodore Ts'o1-24/+126
2015-06-19fix diet libc build breaks for e4crypt and fallocateTheodore Ts'o1-2/+2
2015-06-10misc: add fuse2fs, a FUSE server for e2fsprogsDarrick J. Wong1-1/+272
2015-04-21libext2fs/e2fsck: provide routines to read-ahead metadataDarrick J. Wong1-1/+1
2015-04-12Remove compression supportTheodore Ts'o1-24/+0
2014-11-04Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2014-10-19util: allow subst to build on systems that do not have utimes()Theodore Ts'o1-1/+1
2014-09-21misc: if dlopen() is available, use it to load the libmagic libraryTheodore Ts'o1-0/+3
2014-09-20misc: use libmagic when libblkid can't identify somethingDarrick J. Wong1-0/+54
2014-09-19Merge branch 'maint' into nextTheodore Ts'o1-2/+9
2014-09-19configure: disable uuidd by default if libuuid is disabledTheodore Ts'o1-2/+9
2014-09-18Merge branch 'maint' into nextTheodore Ts'o1-3/+2
2014-09-18fix build with configure --disable-uuid --disable-blkid --enable-profileTheodore Ts'o1-0/+2
2014-09-16Don't clear BUILD_CFLAGS and BUILD_LDFLAGS when cross-compilingMichael Forney1-3/+0
2014-08-08Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2014-08-08libext2fs: have UNIX IO manager use pread64/pwrite64Theodore Ts'o1-1/+1
2014-08-02Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2014-08-02libext2fs: have UNIX IO manager use pread/pwriteDarrick J. Wong1-1/+1
2014-07-27misc: copy extended attributes in populate_fsRoss Burton1-2/+2
2014-07-10Merge remote-tracking branch 'origin/maint' into nextTheodore Ts'o1-1/+15
2014-07-10Fix up configure so it finds mkinstalldirsTheodore Ts'o1-0/+14
2014-07-09mke2fs: add support to align hugefiles relative to beginning of the diskTheodore Ts'o1-1/+1
2014-07-06Merge branch 'maint' into nextTheodore Ts'o1-1567/+3490
2014-07-05configure.in: fix external libblkid test for static linkTheodore Ts'o1-2/+2
2014-07-04blkid: remove unnecessary header and commentAndreas Dilger1-19/+1
2014-07-04e2fsprogs: remove checker infrastructureEric Sandeen1-28/+0
2014-07-04aclocal.m4: update to newer versions of autoconf macrosTheodore Ts'o1-1518/+3487
2014-05-11Merge branch 'maint' into nextTheodore Ts'o1-2/+6
2014-05-07Fix cross compilation problem in parse-types.shChen Qi1-1/+5
2014-05-07mke2fs: check for a partition table and warn if presentTheodore Ts'o1-1/+1
2014-02-23Merge branch 'maint' into nextTheodore Ts'o1-0/+14
2014-02-23Add coverage testing using gcovTheodore Ts'o1-0/+14
2014-02-06Merge branch 'maint' into nextTheodore Ts'o1-2/+7
2014-02-05configure: support biarch builds with --multiarch=lib64Theodore Ts'o1-2/+7
2014-01-06Merge branch 'maint' into nextTheodore Ts'o1-13/+39
2014-01-05configure: fix --with-diet-libcTheodore Ts'o1-12/+28
2014-01-05e4defrag: choose the best available posix_fadvise variantBaruch Siach1-1/+1
2014-01-04subst: clean up various coverity nitsTheodore Ts'o1-2/+12
2013-12-16Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2013-12-16mke2fs: disallow creating FS on a loop mounted file with no optionKazuya Mio1-1/+1
2013-10-14Merge branch 'maint' into nextTheodore Ts'o1-1/+10
2013-10-14quota: fix disabling quota, add quota testsNiu Yawei1-1/+5
2013-10-14mke2fs: remove quota docs if not configured inEric Sandeen1-0/+5
2013-06-16Merge branch 'maint' into nextTheodore Ts'o1-1/+23
2013-06-16Work around Debian Bug #712530Theodore Ts'o1-0/+22
2013-06-16Try to use secure_getenv() in preference to __secure_getenv()Theodore Ts'o1-1/+1
2013-05-16Merge branch 'maint' into nextTheodore Ts'o1-0/+36
2013-05-04configure: update configure script to be in sync with the configure.in fileTheodore Ts'o1-0/+36
2012-12-17Merge branch 'maint' into nextTheodore Ts'o1-2/+2
2012-12-15configure: clarify message regarding checking if we can link with -staticTheodore Ts'o1-2/+2
2012-11-29Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2012-11-28e2fsprogs: fix configure help text for quotaEric Sandeen1-1/+1
2012-09-09Merge branch 'maint' into nextTheodore Ts'o1-4/+26
2012-09-07configure: fix --enable-relative-symlinkTheodore Ts'o1-516/+585
2012-07-30Add support so that all bmap statistics via configure optionsTony Breeds1-0/+53
2012-07-30Make Multi Mount Protection (MMP) optional at configure time.Tony Breeds1-512/+583
2012-06-13Fix blhc (Build Log Hardening Check) warningsTheodore Ts'o1-1/+6
2012-05-28libquota: remove quota_is_on() which was the last user of quotactl()Theodore Ts'o1-1/+1
2012-05-12Teach build system to install relative symlinks if requestedTheodore Ts'o1-5/+29
2012-04-05Don't assume that the presence of mntent.h means that setmntent() existsTheodore Ts'o1-1/+1
2012-04-05e2fsck: add portability fallback in case getpwuid_r is not presentTheodore Ts'o1-1/+1
2012-03-06configure: sort the lists for AC_CHECK_FUNCS and AC_CHECK_HEADERSMike Frysinger1-2/+2
2012-02-27libquota: don't include system quota.h headerAndreas Dilger1-1/+1
2011-11-28configure: check for msync() for portability reasonsTheodore Ts'o1-1/+1
2011-11-14Make quota support disabled by supportTheodore Ts'o1-80/+15
2011-10-04libquota: clean up some gcc -Wall warningsTheodore Ts'o1-2/+2
2011-09-18debian: add support for multiarchTheodore Ts'o1-0/+9
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-449/+578
2011-09-15e2fsprogs: Use punch hole as "discard" on regular filesLukas Czerner1-1/+1
2011-08-31e2fsprogs: add quota library to e2fsprogsAditya Kali1-1/+224
2011-08-11e2fsck: catch termination signals and print information about themTheodore Ts'o1-2/+7
2010-12-24configure: control whether e4defrag is built/installed via --disable-defragTheodore Ts'o1-0/+24
2010-12-16e4defrag: Fix the overflow in e4defrag with > 2GB filesTheodore Ts'o1-1/+1
2010-09-24Merge branch 'maint' into nextTheodore Ts'o1-96/+152
2010-08-01badblocks: Deal with UTF-8 characters in progress messageTheodore Ts'o1-96/+152
2010-06-07Merge branch 'maint' into nextTheodore Ts'o1-1/+49
2010-05-17Add configure options --enable-symlink-build and --enable-symlink-installTheodore Ts'o1-1/+49
2010-01-31Merge branch 'maint' into nextTheodore Ts'o1-8680/+3030
2009-11-26configure: Work around bug in autoconf 2.64Theodore Ts'o1-8677/+3030
2009-10-24Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2009-10-21configure.in: Fix typo: remove '2' from blkid_probe_get_topology2Eric Sandeen1-1/+1
2009-10-04Merge branch 'maint' into nextTheodore Ts'o1-1/+91
2009-10-04mke2fs: get device topology values from blkidEric Sandeen1-1/+91
2009-09-06configure.in, configure: Drop --with-cc, --with-ccopts, --with-ldoptsTheodore Ts'o1-42/+22
2009-09-07Merge branch 'maint' into nextTheodore Ts'o1-42/+22
2009-07-27e4defrag: remove a lot of cruftEric Sandeen1-1/+4
2009-07-18Fix intl/ build: add E/Q/V macros, process intl/libgnuintl.hMatthias Andree1-1/+2
2009-07-02Enhance build system so that "make V=1" works like the Linux KernelTheodore Ts'o1-0/+31
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-0/+29
2009-06-29configure.in: add --disable-libuuid optionScott James Remnant1-3075/+3820
2009-04-22configure.in: add --disable-libblkid optionTheodore Ts'o1-3/+270
2009-04-15libuuid: Close all file descriptors before running uuiddTheodore Ts'o1-1/+3
2008-09-12libcom_err: Use sem_post/sem_init to prevent race conditionsTheodore Ts'o1-2/+301
2008-09-02Improve ELF shared library handlingTheodore Ts'o1-4/+13
2008-09-01Enable test_io debugging by defaultTheodore Ts'o1-5/+15
2008-08-26Remove use of devmapper library by the blkid libraryTheodore Ts'o1-261/+2
2008-08-22configure.in: Respect LDFLAGS environment variable if passed into configureTheodore Ts'o1-2/+0
2008-08-22libuuid: Windows portability fixesTheodore Ts'o1-1/+2
2008-08-22configure.in: use AC_MSG_{RESULT,WARN,ERROR} instead of echoTheodore Ts'o1-71/+141
2008-07-13badblocks: If nanosleep() does not exist, try using usleep() insteadTheodore Ts'o1-1/+3
2008-07-13blkid: Add new option -L which pretty-prints the device listTheodore Ts'o1-1/+2
2008-07-10Don't use thread local storage if using diet libcTheodore Ts'o1-2/+10
2008-07-07debian: Create debian release tarball to obey new WIP naming conventionTheodore Ts'o1-2/+1
2008-06-07Merge branch 'maint'Theodore Ts'o1-6/+26
2008-06-07Fix ext2fs_swap{16,32,64} for external applications on big-endian machinesTheodore Ts'o1-6/+26
2008-05-21Merge branch 'maint'Theodore Ts'o1-9/+0
2008-05-21Remove default sizeof sizes in configure script when cross-compilingMaciej W. Rozycki1-9/+0
2008-04-21Merge branch 'maint'Theodore Ts'o1-1/+55
2008-04-21Fix "make docs" rule in Makefile for doc folder.Manish Katiyar1-1/+55
2008-04-06Merge branch 'maint' into nextTheodore Ts'o1-1/+1
2008-04-01Remove bashism from configure scriptTheodore Ts'o1-1/+1
2008-02-17Merge branch 'maint' into nextTheodore Ts'o1-2/+4
2008-02-17Add portability checks to support DJGPPChristophe GRENIER1-1/+3
2008-02-17configure.in: Don't use the dc command unless it is requiredTheodore Ts'o1-1/+1
2008-01-27Merge branch 'maint' into nextTheodore Ts'o1-29/+242
2008-01-27Don't build e2fsck statically by default anymoreTheodore Ts'o1-23/+2
2008-01-21Explicitly check for ftruncate64() in configure.inTheodore Ts'o1-1/+2
2008-01-04If --sbindir, et. al are specified to configure set $root_sbindir, et al.Theodore Ts'o1-0/+16
2008-01-03Use pkg-config to determine where to find the devmapper libraryTheodore Ts'o1-6/+223
2008-01-01Merge branch 'maint' into nextTheodore Ts'o1-77/+128
2007-12-31Test for sys/syscall.h in configure to fix dietlibc build problemTheodore Ts'o1-1/+2
2007-12-31Add --disable-uuidd configure optionTheodore Ts'o1-1/+30
2007-12-31Add --disable-tls configure optionTheodore Ts'o1-76/+97
2007-12-17Merge branch 'maint' into nextTheodore Ts'o1-1/+78
2007-12-16Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o1-1/+78
2007-08-11Remove configure --enable-swapfs and associated support #definesTheodore Ts'o1-31/+2
2007-07-04Improve the config/parse_types.sh helper scriptTheodore Ts'o1-2659/+797
2007-04-04Add tdb from Samba into libext2fs library.Theodore Ts'o1-2/+7
2006-11-12Fixes for building RPM's via "make rpm"Andreas Dilger1-15/+33
2006-10-22Add failsafe against duplicate UUID's generated by threaded programsTheodore Ts'o1-1/+2
2006-10-21Fix amd64 build due to -lpthread ordering problemTheodore Ts'o1-3809/+6341