mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4316] [MERGED] Configure improvements #5108
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#5108
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/4316
Author: @kmk3
Created: 5/28/2021
Status: ✅ Merged
Merged: 5/29/2021
Merged by: @netblue30
Base:
master← Head:configure-improvements📝 Commits (2)
bf81cd6configure.ac: run autoupdate to fix autoconf warningbfbed38configure*: use cat instead of many echoes📊 Changes
2 files changed (+90 additions, -86 deletions)
View changed files
📝
configure(+42 -41)📝
configure.ac(+48 -45)📄 Description
configure.ac: run autoupdate to fix autoconf warning
This fixes the following warning:
Environment:
Though keep
AC_PREREQat 2.68 (released on 2010-09-23[1]), as version2.71 (which autoupdate automatically bumps to) is rather recent
(released on 2021-01-28[2]) and the changes do not appear to require a
version bump, as on
AC_INITit only adds some quotes, and the rest ofthe changes are consistent with the autoconf 2.68 manual. From Section
18.4, Obsolete Macros[3]:
Note: The usage of the above format has been present since the inception
of configure.ac, on commit
137985136("Baseline firejail 0.9.28").Misc: This is a continuation of #4293.
[1] https://lists.gnu.org/archive/html/info-gnu/2010-09/msg00013.html
[2] https://lists.gnu.org/archive/html/autoconf/2021-01/msg00126.html
[3] https://www.gnu.org/software/autoconf/manual/autoconf-2.68/html_node/Obsolete-Macros.html#index-AC_005fOUTPUT-2058
configure*: use cat instead of many echoes
For simplicity and increased portability.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.