aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-16 00:39:57 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-07-16 01:07:40 -0300
commit8fc604f5f0c1082885a2ed031b3abceff8b7c888 (patch)
tree4e2b7157f47b82bbcde8cc51a574d59da0179cad /config.mk.in
parentrefresh and sort syscall tables (diff)
downloadfirejail-8fc604f5f0c1082885a2ed031b3abceff8b7c888.tar.gz
firejail-8fc604f5f0c1082885a2ed031b3abceff8b7c888.tar.zst
firejail-8fc604f5f0c1082885a2ed031b3abceff8b7c888.zip
build: add autoconf auto-generation comment to input files
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.
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
index e76b7ac34..e0be0e656 100644
--- a/config.mk.in
+++ b/config.mk.in
@@ -1,3 +1,5 @@
1# @configure_input@
2#
1# Configure-time variable definitions and any other common definition that can 3# Configure-time variable definitions and any other common definition that can
2# be safely included by all makefiles. 4# be safely included by all makefiles.
3# 5#