[PR #620] [MERGED] Add autotools build #1266

Closed
opened 2026-01-29 20:53:15 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/620
Author: @eustas
Created: 11/24/2017
Status: Merged
Merged: 11/28/2017
Merged by: @eustas

Base: masterHead: upd11a


📝 Commits (5)

📊 Changes

17 files changed (+302 additions, -138 deletions)

View changed files

📝 CMakeLists.txt (+50 -130)
Makefile.am (+36 -0)
README (+15 -0)
bootstrap (+22 -0)
📝 c/common/version.h (+8 -1)
📝 c/dec/decode.c (+4 -0)
📝 c/enc/port.h (+9 -1)
📝 c/include/brotli/decode.h (+3 -2)
📝 c/include/brotli/encode.h (+3 -2)
📝 configure (+3 -1)
configure.ac (+14 -0)
📝 js/decode_test.js (+4 -1)
📝 research/sieve.h (+1 -0)
scripts/libbrotlicommon.pc.in (+11 -0)
scripts/libbrotlidec.pc.in (+12 -0)
scripts/libbrotlienc.pc.in (+12 -0)
scripts/sources.lst (+95 -0)

📄 Description

Also separate semantic and ABI version.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/620 **Author:** [@eustas](https://github.com/eustas) **Created:** 11/24/2017 **Status:** ✅ Merged **Merged:** 11/28/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `upd11a` --- ### 📝 Commits (5) - [`a93c5f1`](https://github.com/google/brotli/commit/a93c5f11e979bb0b1952d9ffeaaf31d2eca9ac25) Separate semantic and ABI version. - [`104e964`](https://github.com/google/brotli/commit/104e9649d5f6fc6dba0d8dbf93f1485d84aca9d0) * Extract sources.lst - [`df55cb5`](https://github.com/google/brotli/commit/df55cb557d700ab82c552d20f526c3162f6cc5c1) Cleanup - [`5c2fb63`](https://github.com/google/brotli/commit/5c2fb63ee7359d6a8cc01c9d6e14d2712c16c90f) Fix version template - [`ab9f7d3`](https://github.com/google/brotli/commit/ab9f7d3b5855b7c8938305fc29d9a24506a4bc9b) * Decoder: always set `total_out` ### 📊 Changes **17 files changed** (+302 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+50 -130) ➕ `Makefile.am` (+36 -0) ➕ `README` (+15 -0) ➕ `bootstrap` (+22 -0) 📝 `c/common/version.h` (+8 -1) 📝 `c/dec/decode.c` (+4 -0) 📝 `c/enc/port.h` (+9 -1) 📝 `c/include/brotli/decode.h` (+3 -2) 📝 `c/include/brotli/encode.h` (+3 -2) 📝 `configure` (+3 -1) ➕ `configure.ac` (+14 -0) 📝 `js/decode_test.js` (+4 -1) 📝 `research/sieve.h` (+1 -0) ➕ `scripts/libbrotlicommon.pc.in` (+11 -0) ➕ `scripts/libbrotlidec.pc.in` (+12 -0) ➕ `scripts/libbrotlienc.pc.in` (+12 -0) ➕ `scripts/sources.lst` (+95 -0) </details> ### 📄 Description Also separate semantic and ABI version. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:15 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1266