aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2024-03-12btrfs-progs: use unsigned types for bit shifts in configure.ac and docsDavid Sterba1-1/+1
2024-01-04btrfs-progs: build: use AS_IF for target_cpu conditionSam James1-19/+17
2024-01-04btrfs-progs: build: fix bashism in target_cpu comparisonSam James1-1/+1
2023-12-05btrfs-progs: build: conditionally detect x86_64 compiler flagsDavid Sterba1-0/+4
2023-11-30btrfs-progs: crypto: add openssl as crypto providerDavid Sterba1-1/+9
2023-11-30btrfs-progs: crypto: add Botan as crypto providerDavid Sterba1-1/+9
2023-11-23btrfs-progs: build: fix reported version of crypto librariesDavid Sterba1-3/+3
2023-09-13btrfs-progs: detect PCLMUL CPU support for accelerated crc32cDavid Sterba1-0/+1
2023-08-28btrfs-progs: crypto: add PCL based implementation for crc32cDavid Sterba1-0/+4
2023-05-26btrfs-progs: build: reuse config/ directory for m4 macrosDavid Sterba1-1/+1
2023-05-26btrfs-progs: build: fix undefined macro AC_DEFINENathan Mills1-0/+1
2023-05-26btrfs-progs: add musl compatibility for printf format %pVDavid Sterba1-0/+1
2023-03-16btrfs-progs: docs: don't use wiki links in manual pages and packageDavid Sterba1-2/+2
2023-03-01btrfs-progs: hash-speedtest: benchmark the configured backendDavid Sterba1-4/+13
2023-03-01btrfs-progs: fix detection of accelerated implementation.David Sterba1-0/+12
2023-02-28btrfs-progs: move include from toplevel directory to include/David Sterba1-1/+1
2023-02-28btrfs-progs: build: fix detection of std=gnu11 buildDavid Sterba1-1/+3
2023-02-28btrfs-progs: crypto: add accelerated SHA256 implementationDavid Sterba1-0/+4
2023-01-05btrfs-progs: libbtrfs: move version.h to the directoryDavid Sterba1-1/+1
2022-10-11btrfs-progs: receive: add support for fs-verityBoris Burkov1-0/+8
2022-08-16btrfs-progs: build: add m4 macros for builtin detectionDavid Sterba1-0/+4
2022-08-16btrfs-progs: build: rename compression support variablesDavid Sterba1-7/+8
2022-05-24btrfs-progs: build: add option to disable LZO support for restoreRoss Burton1-10/+20
2022-02-16btrfs-progs: docs: generate section 5 to final name directlyDavid Sterba1-1/+0
2022-02-16btrfs-progs: build: drop asciidoc detection, default to sphinxDavid Sterba1-31/+8
2022-02-16btrfs-progs: docs: add remaining targets for sphinx buildDavid Sterba1-0/+2
2022-02-16btrfs-progs: build: improve autodetection of zoned modeDavid Sterba1-2/+23
2021-11-18btrfs-progs: docs: integrate sphinx buildDavid Sterba1-0/+9
2021-10-06btrfs-progs: build: capitalize variable names in the summaryDavid Sterba1-2/+2
2021-10-06btrfs-progs: build: make libudev selectableDavid Sterba1-5/+7
2021-10-06btrfs-progs: build: add optional dependency on libudevNikolay Borisov1-0/+9
2021-08-26btrfs-progs: build: fix detection of ext4 i_{a,c,a}time_extraLi Zhang1-1/+15
2021-08-25btrfs-progs: build: add configure time option to enable experimental featuresDavid Sterba1-1/+15
2021-06-01btrfs-progs: crypto: add perf support to speed testDavid Sterba1-0/+3
2021-05-26btrfs-progs: crypto: add time-based measurement to hash-speedtestDavid Sterba1-0/+2
2021-05-06btrfs-progs: build: fix zoned detectionDavid Sterba1-3/+12
2021-05-06btrfs-progs: build: check zoned block device supportNaohiro Aota1-0/+13
2021-03-23btrfs-progs: build: do not use AC_DEFINE twice for a FIEMAP definePierre Labastie1-8/+2
2021-03-23btrfs-progs: build: fix the test for EXT4_EPOCH_MASKPierre Labastie1-4/+4
2021-03-15btrfs-progs: build: Use PKG_CONFIG instead of pkg-configHeiko Becker1-3/+3
2021-02-24btrfs-progs: convert: check for extra timespec support in e2fsprogsDavid Sterba1-0/+5
2021-02-19Revert "btrfs-progs: build: add libmount dependency"David Sterba1-3/+0
2021-01-18btrfs-progs: build: add libmount dependencyMarcos Paulo de Souza1-0/+3
2020-10-22btrfs-progs: build: provide variables for main package versionDavid Sterba1-2/+15
2020-10-20libbtrfsutil: add pkg-config spec fileSheng Mao1-0/+12
2020-10-20btrfs-progs: build: print versions for all subprojects in summaryDavid Sterba1-1/+3
2020-06-09btrfs-progs: build: add support for libkcapi as crypto backendDavid Sterba1-1/+6
2020-05-04btrfs-progs: add more hash implementation providersDavid Sterba1-0/+29
2020-03-31btrfs-progs: lots of typo fixes (codespell)Adam Borowski1-1/+1
2018-11-26btrfs-progs: fix typos in user-visible stringsJosh Soref1-1/+1
2018-10-23btrfs-progs: build: remove gzip dependencyDavid Sterba1-1/+0
2018-08-06btrfs-progs: build: add --disable-shared and --disable-staticOmar Sandoval1-1/+17
2018-08-06btrfs-progs: build: add --disable-programsOmar Sandoval1-1/+9
2018-06-07btrfs-progs: build: detect whether -std=gnu90 is supportedJeff Mahoney1-0/+1
2018-06-07btrfs-progs: build: autoconf 2.63 compatibilityJeff Mahoney1-1/+1
2018-06-07btrfs-progs: convert: fix support for e2fsprogs < 1.42Jeff Mahoney1-5/+1
2018-04-24btrfs-progs: configure: check if xmlto exists at configure timeMisono Tomohiro1-1/+5
2018-03-30libbtrfsutil: use pkg-config detection for the right Python versionOmar Sandoval1-1/+1
2018-03-06libbtrfsutils: add python-devel detectionDavid Sterba1-0/+1
2018-03-06libbtrfsutil: add stub for reallocarrayDavid Sterba1-0/+2
2018-02-24libbtrfsutil: add Python bindingsOmar Sandoval1-0/+15
2018-02-19btrfs-progs: build: configure.ac hard-codes the pkg-config commandDavid Sterba1-4/+4
2018-02-02btrfs-progs: build: add support for asciidoctor doc generatorDavid Sterba1-1/+17
2018-01-31btrfs-progs: build: update help text for zstdDavid Sterba1-5/+1
2018-01-31btrfs-progs: build: simplify version trackingDavid Sterba1-1/+1
2017-11-14btrfs-progs: build: require libzstd support by defaultDavid Sterba1-2/+2
2017-10-13btrfs-progs: build: allow '--with-convert=' to accept comma-separated valuesSergei Trofimovich1-1/+1
2017-09-25btrfs-progs: Add zstd supportNick Terrell1-12/+29
2017-09-08btrfs-progs: convert: add support for converting reiserfsJeff Mahoney1-2/+15
2017-03-08btrfs-progs: build: split makefile to generated and stable partsDavid Sterba1-1/+1
2016-12-14btrfs-progs: library: bump to 0.1.2David Sterba1-1/+1
2016-10-25btrfs-progs: build: detect fiemap shared flag but don't fail buildDavid Sterba1-1/+9
2016-09-05btrfs-progs: build: only install udev rules for udev >= 190Jeff Mahoney1-1/+7
2016-08-24btrfs-progs: build: extend convert optionsDavid Sterba1-7/+38
2016-06-24btrfs-progs: build: check if FIEMAP_EXTENT_SHARED is definedDavid Sterba1-0/+2
2016-06-07btrfs-progs: convert: add compatibility layer for e2fsprogs < 1.42Qu Wenruo1-1/+5
2016-06-01btrfs-progs: autogen: Make build success in CentOS 6 and 7Zhao Lei1-1/+2
2016-06-01btrfs-progs: udev: add rules for dm devicesJeff Mahoney1-0/+2
2016-05-02btrfs-progs: Restrict e2fsprogs version for convertQu Wenruo1-1/+1
2016-01-14btrfs-progs: Use AC_CHECK_TOOL to find ARMike Gilbert1-1/+1
2016-01-04btrfs-progs: install to /usr/local by default againDavid Sterba1-1/+1
2015-06-22btrfs-progs: configure: fix typo in summaryDavid Sterba1-1/+1
2015-03-25btrfs-progs: Fix autoconf handling of --enable-convertMike Gilbert1-4/+4
2015-02-13btrfs-progs: autoconf: define package url manually if not setDavid Sterba1-0/+4
2015-02-05btrfs-progs: autoconf: do not force fortify flagsDavid Sterba1-1/+1
2015-02-05btrfs-progs: autoconf: move custom CFLAGS from makefileDavid Sterba1-1/+1
2015-02-05btrfs-progs: autoconf: set CFLAGS conditionallyDavid Sterba1-1/+2
2015-02-03btrfs-progs: autoconf: check btrfs-convert dependenciesDavid Sterba1-0/+5
2015-02-03btrfs-progs: autoconf: check if backtrace is really supportedDavid Sterba1-0/+6
2015-02-03btrfs-progs: autoconf: print summary about featuresDavid Sterba1-0/+4
2015-02-03btrfs-progs: autoconf: make btrfs-convert build optionalDavid Sterba1-0/+8
2015-02-03btrfs-progs: autoconf: detect tools to build docsDavid Sterba1-0/+9
2015-02-03btrfs-progs: autoconf: generate documentation makefile as wellDavid Sterba1-0/+1
2015-01-28btrfs-progs: build, use autoconf to detect RMDavid Sterba1-0/+2
2015-01-28btrfs-progs: autoconf: add --disable-documentationKarel Zak1-0/+9
2015-01-28btrfs-progs: autoconf: add --disable-backtraceKarel Zak1-0/+10
2015-01-28btrfs-progs: autoconf: cleanup compilation flags usageKarel Zak1-0/+2
2015-01-28btrfs-progs: autoconf: check for build programs in ./configureKarel Zak1-0/+2
2015-01-28btrfs-progs: autoconf: use ./configure to generate version.hKarel Zak1-0/+9
2015-01-28btrfs-progs: autoconf: add ./configure scriptKarel Zak1-0/+102