mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4712] [MERGED] Configure improvements2 #5228
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#5228
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/4712
Author: @kmk3
Created: 11/24/2021
Status: ✅ Merged
Merged: 11/30/2021
Merged by: @netblue30
Base:
master← Head:configure-improvements2📝 Commits (8)
3c6d523configure.ac: Ensure whitespace after each commab20a1f3configure*: Trim trailing spaces on var assignmentsef6df15configure*: Fix wrong quote character in AC_MSG_ERROR221c101configure*: Add missing quotes to arguments36058bcconfigure*: Move AC_SUBST calls to more obvious placesc84dc09configure*: Remove redundant AC_SUBST calls near HAVE_LTS6d42e13build: Normalize HAVE_SUID8344145build: Normalize HAVE_CONTRIB_INSTALL📊 Changes
4 files changed (+99 additions, -168 deletions)
View changed files
📝
Makefile.in(+1 -1)📝
configure(+33 -67)📝
configure.ac(+64 -95)📝
src/common.mk.in(+1 -5)📄 Description
This is mostly linting/cleanup. It undoes a few quirks to make configure.ac a
bit more consistent and easier to understand. See the commit messages for
details.
This is a continuation of #4316 and #4695.
Kind of relates to #4642.
Misc: I have a few more WIP configure-related changes (and some make-related
ones), but I need to test some of them and this branch is big enough.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.