summaryrefslogtreecommitdiff
path: root/configure.src
Commit message (Collapse)AuthorAgeFilesLines
* Replace "expr --" usage with sedTianon Gravi2021-09-291-5/+5
| | | | Ideally, this would use POSIX shell parameter expansions (https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02), but as noted in https://www.gnu.org/software/autoconf/manual/autoconf-2.70/html_node/Shell-Substitutions.html these are not supported properly on many platforms where Erlang still is.
* fix ./configure script handling of expr(1) on BSDDave Cottlehuber2021-05-281-5/+5
| | | | | | | | Without this patch, the following error occurs: expr: illegal option -- - expr: usage: expr [-e] expression FreeBSD ports tree has carried a local patch addressing this for a while
* Merge 'rickard/configure/23/OTP-17398' into rickard/configure/24/OTP-17398Rickard Green2021-05-191-5/+9
|\ | | | | | | | | * rickard/configure/OTP-17398: Support for committing of configure scripts
| * Merge 'rickard/configure/OTP-17398' into rickard/configure/23/OTP-17398Rickard Green2021-05-191-5/+9
| |\ | | | | | | | | | | | | * rickard/configure/OTP-17398: Support for committing of configure scripts
| | * Support for committing of configure scriptsRickard Green2021-05-191-5/+9
| | |
* | | otp: Do not allow core apps to be disabledLukas Larsson2021-03-171-1/+8
| | | | | | | | | | | | Closes #4621
* | | Improve log when "skipping wx"Lukas Larsson2020-10-061-1/+3
|/ /
* | Add configure options --enable-pie and --disable-pieSverker Eriksson2020-02-181-3/+13
|/
* Fix build of bootstrapRickard Green2019-03-051-0/+2
|
* Fix --without-APP config optionMichał Muskała2018-12-051-10/+10
| | | | | | | | The parallel configure implemented in d4b4567 would rm -f the SKIP-APPLICATIONS file before it was consumed at the end of the configure script. This reverses the solution by instead first building the list of skip applications in memory and only then writing them to the SKIP-APPLICATIONS file.
* Merge branch 'rickard/parallel-configure/OTP-14625'Rickard Green2018-08-211-1/+1
| | | | | | * rickard/parallel-configure/OTP-14625: Parallel configure Remove undocumented and unused lazy configure
* Parallel configureRickard Green2018-08-211-0/+435