aboutsummaryrefslogtreecommitdiffstats
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-01Fix Debian FTBFS problem caused by devmapper library using pthreadsTheodore Ts'o1-2/+2
2006-08-06If diff -u is supported, use it to report test failures.Theodore Ts'o1-1/+12
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o1-2/+8
2006-03-08Add device-mapper support to the blkid libraryKarel Zak1-1/+37
2005-11-09Fix cross-compilation problems when CFLAGS contain target-specific optionsTheodore Ts'o1-1/+12
2005-07-09This patch adds a check to use fstat or fstat64 in getsize.c if theAndreas Dilger1-1/+2
2005-07-05Set the executible bit on the configure script.Theodore Ts'o1-0/+0
2005-04-06Add paranoia checks into the blkid, ext2fs, and ss libraries to ignoreTheodore Ts'o1-2/+5
2005-02-05Makefile util/gen-tarball executable after creating the file.Theodore Ts'o1-0/+2
2005-02-05Remove support for --enable-clear-htree; this wasTheodore Ts'o1-25/+1
2005-02-04Add support for maintainer mode, which enables the makefile rulesTheodore Ts'o1-2/+22
2005-02-03Drop the sparc assembly bitwise operations; it's less efficient Theodore Ts'o1-20/+0
2005-01-26Add pkg-config files to e2fsprogs's libraries.Theodore Ts'o1-0/+2
2005-01-19configure.in: Clean up checks for dirent.d_reclen, ssize_t,Theodore Ts'o1-58/+167
2005-01-18Make configure.in script check for prerequisite headers when checking forTheodore Ts'o1-4/+133
2005-01-17Various portability fixes for Solaris systems.Theodore Ts'o1-15/+30
2005-01-09Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design"Theodore Ts'o1-3/+2
2004-11-30Update to use gettext 0.14.1 and autoconf 2.50+Theodore Ts'o1-3463/+12056
2004-11-19Remove support for EVMS 1.x plugin library.Theodore Ts'o1-273/+220
2004-11-19Remove the a.out DLL support, since it's been obsolete and unmaintainedTheodore Ts'o1-249/+219
2004-09-18Revamp the initrd scripts to use a new helper program,Theodore Ts'o1-219/+243
2004-09-17Clean up the header file #include's for lib/blkid/getsize.cTheodore Ts'o1-1/+1
2004-05-04configure.in, configure: Enable the fsck wrapper for the DebianTheodore Ts'o1-1/+1
2004-04-03Use C99 stdint.h types instead of custom types in the uuid library.Theodore Ts'o1-1/+1
2004-03-19Fix Darwin/Mac OS X support to fetch the ethernet address in the uuid library.Theodore Ts'o1-15/+50
2004-02-23Update configure file using autoconf 2.13.Theodore Ts'o1-42/+46
2004-02-23Add -mieee to CFLAGS if we're using GCC and the CPU is an Alpha.Matthias Andree1-194/+205
2004-01-30Check in modified configure script from FreeBSD port changeset.Theodore Ts'o1-1/+1
2003-08-01Include inttypes.h if present. New macros INT_TO_VOIDPTR andTheodore Ts'o1-20/+93
2003-07-12badblocks.c (do_read, do_write, test_rw): Change the read/writeTheodore Ts'o1-1/+1
2003-07-12Update to use the new freebsd config triple (Addresses DebianTheodore Ts'o1-6163/+3228
2003-07-05configure.in:Theodore Ts'o1-3224/+6168
2003-06-08Adjust defaults for FreeBSD to no longer build theTheodore Ts'o1-3/+3
2003-05-20Fix bug which caused --disable-evms not to work.Theodore Ts'o1-205/+205
2003-05-17MCONFIG.in, configure.in: Only put the intl directory in the -ITheodore Ts'o1-0/+6
2003-05-13configure.in: Fix typo in help message for --enable-evms-11Theodore Ts'o1-1/+1
2003-05-05Add --enable-test-io-debug configure option which causes e2fsck andTheodore Ts'o1-210/+231
2003-05-05configure.in, configure, Makefile.in: Add --with-diet-libcTheodore Ts'o1-211/+239
2003-05-03Update to gettext 0.11.5. We now enable NLS support by default.Theodore Ts'o1-1025/+2125
2003-04-18configure.in: Remove CYGWIN definition; we will use theTheodore Ts'o1-7/+3
2003-04-13Add portability enhancements for Cygwin32 environment.Theodore Ts'o1-46/+124
2003-03-23Move tarball generation functions to util/gen-tarballTheodore Ts'o1-193/+197
2003-03-17Fix the Apple Darwin port.Theodore Ts'o1-1/+1
2003-03-16Update the generated configure file.Theodore Ts'o1-5/+52
2003-03-14Update generated configure file.Theodore Ts'o1-167/+173
2003-03-02Changes to create a subset distribution which consists only of theTheodore Ts'o1-16/+13
2003-02-22Add dynamic debugging capabilities to the blkid library, Theodore Ts'o1-188/+209