[PR #5488] [MERGED] build: fix formatting and misc in configure #5513

Closed
opened 2026-05-05 10:39:48 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5488
Author: @kmk3
Created: 11/28/2022
Status: Merged
Merged: 12/1/2022
Merged by: @reinerh

Base: masterHead: configure-fix-format-misc


📝 Commits (9)

  • fe13361 configure*: fix typo of "been"
  • c693ea1 configure*: fix trailing comma in HAVE_CONTRIB_INSTALL
  • eb64925 configure*: fix indentation
  • dfd5851 configure*: remove extraneous blank lines
  • efc9abd configure*: remove extraneous blank lines (warning)
  • 245e4cc configure*: wrap long shell command output lines
  • 51b7c72 configure*: wrap long AS_HELP_STRING line (sanitizer)
  • 11daf6e configure*: fix quotes/parens alignment (sanitizer)
  • 3026953 configure*: quote and line-wrap AC_CHECK_HEADER line

📊 Changes

2 files changed (+57 additions, -50 deletions)

View changed files

📝 configure (+23 -16)
📝 configure.ac (+34 -34)

📄 Description

Commits:

$ git log --reverse --pretty='* %s' master..
* configure*: fix typo of "been"
* configure*: fix trailing comma in HAVE_CONTRIB_INSTALL
* configure*: fix indentation
* configure*: remove extraneous blank lines
* configure*: remove extraneous blank lines (warning)
* configure*: wrap long shell command output lines
* configure*: wrap long AS_HELP_STRING line (sanitizer)
* configure*: fix quotes/parens alignment (sanitizer)
* configure*: quote and line-wrap AC_CHECK_HEADER line

Relates to #4712.


🔄 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/netblue30/firejail/pull/5488 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 11/28/2022 **Status:** ✅ Merged **Merged:** 12/1/2022 **Merged by:** [@reinerh](https://github.com/reinerh) **Base:** `master` ← **Head:** `configure-fix-format-misc` --- ### 📝 Commits (9) - [`fe13361`](https://github.com/netblue30/firejail/commit/fe133616f252cec7d8bc465aa2bdde87d35a66cf) configure*: fix typo of "been" - [`c693ea1`](https://github.com/netblue30/firejail/commit/c693ea183aaf2ef9009e89046a6a213762441fdc) configure*: fix trailing comma in HAVE_CONTRIB_INSTALL - [`eb64925`](https://github.com/netblue30/firejail/commit/eb64925c4f270e91d4e1b4b65a1ebf2de6aee809) configure*: fix indentation - [`dfd5851`](https://github.com/netblue30/firejail/commit/dfd58516c1011b2700a10608a836555e49b6264f) configure*: remove extraneous blank lines - [`efc9abd`](https://github.com/netblue30/firejail/commit/efc9abd3f04b11815e93bb1b825df2816577b3fb) configure*: remove extraneous blank lines (warning) - [`245e4cc`](https://github.com/netblue30/firejail/commit/245e4cca6271355bf6be0dcc5ffb3d9bc359a4e9) configure*: wrap long shell command output lines - [`51b7c72`](https://github.com/netblue30/firejail/commit/51b7c720551a44e91b33c41734f7d79f1873500c) configure*: wrap long AS_HELP_STRING line (sanitizer) - [`11daf6e`](https://github.com/netblue30/firejail/commit/11daf6eaa7f54d2714225921fe6a46d28dabb603) configure*: fix quotes/parens alignment (sanitizer) - [`3026953`](https://github.com/netblue30/firejail/commit/3026953adbdae7b49757fa1b1ba1974a25a313a9) configure*: quote and line-wrap AC_CHECK_HEADER line ### 📊 Changes **2 files changed** (+57 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `configure` (+23 -16) 📝 `configure.ac` (+34 -34) </details> ### 📄 Description Commits: ```console $ git log --reverse --pretty='* %s' master.. * configure*: fix typo of "been" * configure*: fix trailing comma in HAVE_CONTRIB_INSTALL * configure*: fix indentation * configure*: remove extraneous blank lines * configure*: remove extraneous blank lines (warning) * configure*: wrap long shell command output lines * configure*: wrap long AS_HELP_STRING line (sanitizer) * configure*: fix quotes/parens alignment (sanitizer) * configure*: quote and line-wrap AC_CHECK_HEADER line ``` Relates to #4712. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:39:48 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5513
No description provided.