[PR #5251] [MERGED] build: add autoconf auto-generation comment to input files #5416

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5251
Author: @kmk3
Created: 7/16/2022
Status: Merged
Merged: 7/31/2022
Merged by: @smitsohu

Base: masterHead: build-add-autoconf-comment


📝 Commits (1)

  • 8fc604f build: add autoconf auto-generation comment to input files

📊 Changes

2 files changed (+3 additions, -0 deletions)

View changed files

📝 config.mk.in (+2 -0)
📝 config.sh.in (+1 -0)

📄 Description

To note on the output files that they are generated and to clarify how
they are generated.

From the manual of GNU Autoconf (version 2.69):

-- Variable: configure_input
A comment saying that the file was generated automatically by
'configure' and giving the name of the input file. 'AC_OUTPUT'
adds a comment line containing this variable to the top of every
makefile it creates. For other files, you should reference this
variable in a comment at the top of each input file. For
example, an input shell script should begin like this:

      #!/bin/sh
      # @configure_input@

 The presence of that line also reminds people editing the file
 that it needs to be processed by 'configure' in order to be used.

Resulting output on config.mk:

# config.mk.  Generated from config.mk.in by configure.

Relates to #5140.


🔄 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/5251 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 7/16/2022 **Status:** ✅ Merged **Merged:** 7/31/2022 **Merged by:** [@smitsohu](https://github.com/smitsohu) **Base:** `master` ← **Head:** `build-add-autoconf-comment` --- ### 📝 Commits (1) - [`8fc604f`](https://github.com/netblue30/firejail/commit/8fc604f5f0c1082885a2ed031b3abceff8b7c888) build: add autoconf auto-generation comment to input files ### 📊 Changes **2 files changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `config.mk.in` (+2 -0) 📝 `config.sh.in` (+1 -0) </details> ### 📄 Description To note on the output files that they are generated and to clarify how they are generated. From the manual of GNU Autoconf (version 2.69): > -- Variable: configure_input > A comment saying that the file was generated automatically by > 'configure' and giving the name of the input file. 'AC_OUTPUT' > adds a comment line containing this variable to the top of every > makefile it creates. For other files, you should reference this > variable in a comment at the top of each input file. For > example, an input shell script should begin like this: > > #!/bin/sh > # @configure_input@ > > The presence of that line also reminds people editing the file > that it needs to be processed by 'configure' in order to be used. Resulting output on config.mk: # config.mk. Generated from config.mk.in by configure. Relates to #5140. --- <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:38:00 -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#5416
No description provided.