summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bump prerelease version numbering to 2.9.xAndy Wingo2018-10-101-1/+1
* | Configure uses 2.3.x tags for versionAndy Wingo2018-09-201-1/+1
* | Fix --disable-jit compilationlightningAndy Wingo2018-09-171-0/+2
* | Remove -Wswitch-enum from compile flagsAndy Wingo2018-07-031-1/+1
* | Wire JIT availability check into Guile configureAndy Wingo2018-07-021-0/+3
* | Start to use C99 stdint in gen-scmconfigAndy Wingo2018-06-211-305/+0
* | Update license notices in all C filesAndy Wingo2018-06-201-11/+8
* | Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* | Require C99 to build GuileAndy Wingo2018-06-171-4/+5
* | Add configure check for auxiliary stacksAndy Wingo2018-06-171-2/+7
|/
* Restore libgc 7.2 compatibilityAndy Wingo2017-04-201-1/+1
* Add --with-bdw-gc and update READMEAndy Wingo2017-04-191-1/+5
* build: Compress with lzip too.Ludovic Courtès2017-03-141-1/+1
* configure detects which set of prebuilt binaries to useAndy Wingo2017-03-141-0/+12
* Check for working profiling and virtual itimersMike Gran2017-03-061-1/+52
* Revert "build: Compress with lzip too."Andy Wingo2017-03-021-1/+1
* build: Compress with lzip too.Ludovic Courtès2017-03-011-1/+1
* Fix make-polar signedness of zeros on macOSMatt Wette2017-02-211-1/+2
* Refine check for when atomics are available.Andy Wingo2016-12-061-0/+1
* Use readdir instead of readdir_rAndy Wingo2016-12-061-1/+1
* Ensure autoconf doesn't downgrade us to C99Andy Wingo2016-11-271-0/+12
* Require C99 to build Guile.Andy Wingo2016-08-311-1/+2
* Fix MinGW build errorAndy Wingo2016-07-251-1/+1
* More robust setuid, setgid, etc detectionAndy Wingo2016-07-251-2/+2
* build: Remove unneeded check for 'unsetenv'.Ludovic Courtès2016-07-251-2/+2
* Add meta/build-envAndy Wingo2016-07-101-0/+1
* Check for strtod_l before using it.Andy Wingo2016-06-241-1/+1
* Detect too-old libunistring at configure-time.Andy Wingo2016-06-211-0/+7
* build: Remove libguile/mkstemp.c, redundant with Gnulib.Ludovic Courtès2016-05-221-1/+1
* i18n: Check for non-POSIX strtol_l.Natanael Copa2016-05-221-2/+3
* Distribute prebuilt bootstraps for common hostsAndy Wingo2016-01-291-0/+5
* Use a bootstrapped -O0 compiler to compile the -O2 GuileAndy Wingo2015-10-231-0/+1
* Merge commit '5fac1a7ada362d78f13143acbc0ceca7f2f101de'Andy Wingo2015-01-221-4/+1
|\
| * Add the 'guild' and 'guile' variables to 'guile-2.0.pc'.Ludovic Courtès2014-12-031-3/+0
* | Merge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'Andy Wingo2015-01-221-3/+2
|\ \ | |/
| * i18n: Add HAVE_USELOCALE as a requirement for USE_GNU_LOCALE_API.Mark H Weaver2014-10-141-3/+2
* | Merge branch 'stable-2.0'Mark H Weaver2014-09-301-8/+7
|\ \ | |/
| * build: Support pthread builds without 'pthread_cancel' support (Android).Ludovic Courtès2014-07-041-1/+4
| * build: Use 'LT_LIB_M' to determine whether -lm is needed.Ludovic Courtès2014-07-041-4/+3
| * Unconditionally build and test the ice-9/popen module.Eli Zaretskii2014-07-031-3/+0
* | Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-6/+24
|\ \ | |/
| * build: Honor program name transformation in 'guild'.Ludovic Courtès2014-04-241-5/+0