summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Add missing backslash.Mikael Djurfeldt2023-04-041-1/+1
* Use 'posix_spawn_file_actions_addclosefrom_np' where available.Ludovic Courtès2023-04-021-1/+3
* Update Gnulib to v0.1-5703-g356a414e8c and add 'posix_spawn' module.Ludovic Courtès2023-01-181-2/+2
* build: Avoid implicit 'int' return type in configure tests.Ludovic Courtès2023-01-161-2/+2
* fix Apple Silicon JIT compilationAleix Conchillo Flaqué2022-12-201-0/+3
* Define Scheme bindings to ‘openat’ when available.Maxime Devos2022-10-211-2/+3
* Define a Scheme binding to ‘fstatat’ when available.Maxime Devos2022-10-211-2/+2
* Define a Scheme binding to ‘fchownat’ when it exists.Maxime Devos2022-10-211-2/+2
* Define a Scheme binding to ‘unlinkat’ when it exists.Maxime Devos2022-10-211-2/+3
* Define a Scheme binding to ‘fchmodat’ when it exists.Maxime Devos2022-10-211-2/+2
* Define a Scheme binding to ‘renameat’ when it exists.Maxime Devos2022-10-211-1/+1
* Define bindings to ‘mkdirat’ when the C function exists.Maxime Devos2022-10-211-1/+1
* Define ‘symlinkat’ wrapper when supported.Maxime Devos2022-10-211-1/+1
* Allow file ports in ‘utime’.Maxime Devos2022-10-211-2/+2
* Allow file ports in ‘readlink’.Maxime Devos2022-10-211-1/+1
* Allow file ports in ‘chdir’ when supported.Maxime Devos2022-10-211-1/+2
* Presumes signal handler return voidMichael Gran2022-10-141-1/+0
* Remove special logic for the obscure CMU C library's libc.hMike Gran2022-10-141-3/+1
* Presume time.h and sys/time.h don't conflict when includedMike Gran2022-10-141-9/+1
* Presume ISO C90 functions are always availableMike Gran2022-10-141-5/+5
* Presume ISO C90 headers are always availableMike Gran2022-10-141-9/+8
* Remove AC_HEADER_STDC from configure.acMike Gran2022-10-141-1/+0
* Remove obsolete macro AM_PROG_CC_C_O in configure scriptMike Gran2022-10-141-3/+0
* Use autoconf's ability to choose the latest version of CMike Gran2022-10-141-12/+4
* Presume const is always availableMike Gran2022-10-141-2/+0
* Update libtool initialization in configure scriptMike Gran2022-10-141-4/+1
* 'pipe' now takes an optional 'flags' parameter.Ludovic Courtès2022-09-191-1/+2
* Check for gperf at configure timeDaniel Llorens2022-08-021-14/+22
* build: Test '-flto' on both compiler and linker.Sergei Trofimovich2022-03-071-1/+1
* build: When cross-compiling, get type sizes of the target system.Ludovic Courtès2022-02-281-0/+1
* Rework bootstrap to be reproducibleAndy Wingo2022-02-011-1/+3
* Add -ftlo supportAndy Wingo2022-01-291-1/+44
* For MinGW use Windows filepaths in libpath.hMichael Gran2021-03-111-0/+3
* More informative error message if GMP not foundAndy Wingo2021-03-071-1/+1
* don't presume availability of gmp.pcMichael Gran2021-03-031-16/+9
* improve autoconfigury for minigmpMichael Gran2021-03-021-4/+9
* Enable option to prefer mini-gmp over libgmpMichael Gran2021-03-021-12/+18
* build: Use 'AM_GNU_GETTEXT_VERSION'.Ludovic Courtès2021-02-061-0/+1
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-031-6/+2
* Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo2021-01-201-1/+1
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-11/+11
* Deprecate 'tmpnam' and add '--disable-tmpnam' configure option.Matt Wette2020-03-221-0/+8
* Fix version computation for v3.0v3.0.0Andy Wingo2020-01-151-2/+2
* Remove "vm" testsAndy Wingo2019-09-271-1/+0
* Merge from stable-2.2Andy Wingo2019-08-021-1/+1
|\
| * build: Do not record LDFLAGS in .pc file.Ludovic Courtès2019-07-071-1/+1
| * Handle newlib C library's langinfo constant namesMichael Gran2019-02-231-1/+4
| * Update copyright years in '--version' and the manual.Ludovic Courtès2018-07-011-1/+2
* | Handle newlib C library's langinfo constant namesMichael Gran2019-05-231-0/+3
* | Remove -Wdeclaration-after-statementAndy Wingo2019-04-031-3/+2