mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5133] [MERGED] configure*: remove ultimately unused INSTALL and RANLIB check macros #5374
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#5374
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/5133
Author: @kmk3
Created: 5/7/2022
Status: ✅ Merged
Merged: 5/8/2022
Merged by: @reinerh
Base:
master← Head:configure-rm-unused-macros📝 Commits (1)
d2a7b3aconfigure*: remove ultimately unused INSTALL and RANLIB check macros📊 Changes
2 files changed (+0 additions, -226 deletions)
View changed files
📝
configure(+0 -224)📝
configure.ac(+0 -2)📄 Description
From the manual of GNU Autoconf (version 2.69):
None of the aforementioned variables are used:
So remove the macros that define them.
Misc: The macros in question have been present on configure.ac since it
was created, on commit
137985136("Baseline firejail 0.9.28",2015-08-08). And while the install command is called multiple times,
ranlib is not used anywhere (and it seems that it was never used):
Kind of relates to #4695.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.