aboutsummaryrefslogtreecommitdiffstats
path: root/config.sh.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.sh.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.sh.in')
-rw-r--r--config.sh.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.sh.in b/config.sh.in
index 28251b3d5..3d54ff189 100644
--- a/config.sh.in
+++ b/config.sh.in
@@ -1,2 +1,3 @@
1# @configure_input@
1NAME=@PACKAGE_NAME@ 2NAME=@PACKAGE_NAME@
2VERSION=@PACKAGE_VERSION@ 3VERSION=@PACKAGE_VERSION@