summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Check for EVP_MD_CTX_copy in crypto lib instead of MD5_Init.Wayne Davison2022-10-251-2/+2
* Silence autoconf warnings.Wayne Davison2022-10-161-9/+7
* Fix autoconf help strings (#389)Alexponomarev72022-10-151-2/+2
* Improve various things in the checksum codeWayne Davison2022-09-101-0/+10
* Rename `--protect-args` to `--secluded-args`.Wayne Davison2022-08-231-4/+4
* Stop enabling -pedantic-errors.Wayne Davison2022-08-181-15/+0
* Avoid the getgroups program when cross-compiliing.Wayne Davison2022-08-011-1/+5
* Include bsd/strings.h if it existsWayne Davison2022-06-191-1/+2
* Fix configure's "signed char" checkWayne Davison2022-06-181-7/+3
* Avoid -pedantic-errors on non-x86 for the moment.Wayne Davison2022-06-181-2/+6
* Fix grabbing version value in configure.Wayne Davison2022-06-011-1/+1
* Some word fixes.Wayne Davison2022-03-261-5/+5
* Use ac_includes_default in largefile support test.Wayne Davison2022-03-091-6/+6
* Make asm use more selectableWayne Davison2022-03-031-41/+58
* Change usage (--version) output to note when ASM isn't really being used.Wayne Davison2022-02-211-34/+42
* Tweak rrsync rules in the Makefile.Wayne Davison2022-01-181-0/+2
* Fix some typos mentioned in the fossies report.Wayne Davison2022-01-161-1/+1
* Include "rrsync" in "all" target when `--with-rrsync` was used.Wayne Davison2021-12-271-1/+5
* Use mallinfo2, when available, and use %zd for size_t values on C99.Wayne Davison2021-12-261-1/+1
* rrsync improvementsWayne Davison2021-12-261-0/+7
* improved cross compilation detection (#252)Andrew Aladjev2021-11-071-1/+1
* shell: test -a|o is not POSIX (#250)Issam Maghni2021-11-071-4/+4
* Tweak SIMD & ASM option defaults.Wayne Davison2021-09-271-2/+2
* Allow $host_cpu to be amd64 in addition to x86_64.Wayne Davison2021-09-261-5/+5
* Fix a couple variable typos.Wayne Davison2021-09-261-4/+4
* configure improvementsWayne Davison2021-09-261-16/+30
* configure.ac: Test IPv6 compatibility instead of relying on library probes (#...Jonathan Davies2021-09-261-120/+27
* Unset DISPLAY in environment.Wayne Davison2021-05-011-1/+2
* Updated GLIBC check in configure.ac (#175)Bart S2021-05-011-1/+1
* Add optional netgroup.h include for NetBSD hosts.Wayne Davison2021-02-011-1/+1
* Check for netinet/ip.h after including netinet/in.h.Wayne Davison2021-01-311-1/+2
* Add `--with-nobody-user=FOO` configure option.Wayne Davison2021-01-151-1/+6
* Work around glibc's lchmod() issue a better way.Wayne Davison2020-11-291-8/+0
* Include stdlib.h for exit() and consult HAVE_* macros more.Wayne Davison2020-11-291-34/+111
* Force HAVE_LCHMOD off for Linux (for now).Wayne Davison2020-10-301-0/+8
* Allow cross-compilation with SIMD (x86_84) (#104)edo2020-10-061-7/+13
* Use a better -Wno-pedantic heuristic.Wayne Davison2020-09-291-3/+4
* Handle early gcc versions that don't understand -Wno-pedantic.Wayne Davison2020-09-291-6/+14
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-2/+8
* Change from $build_cpu to $host_cpu as edo1 suggested.Wayne Davison2020-09-221-3/+3
* Set CXX_OK=no when cross compiling.Wayne Davison2020-09-031-1/+1
* Make configure less annoyingWayne Davison2020-07-301-18/+42
* Use linkat() if availableWayne Davison2020-07-271-1/+10
* More changes to NEWS, README, INSTALL, & configure.acWayne Davison2020-07-241-1/+1
* Enable xattrs on Cygwin.Wayne Davison2020-07-241-1/+1
* Add "@netgroup" names to host matching.Wayne Davison2020-07-121-1/+1
* Add the --stop-after & --stop-at options.Wayne Davison2020-07-121-1/+1
* Some number & string improvementsWayne Davison2020-07-111-1/+1
* A bit more configure tweaking.Wayne Davison2020-07-051-6/+6
* Some configure tweaks for TANDEM.Wayne Davison2020-07-051-2/+11