aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-10 16:26:15 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commit95bfe7d71b12aa415091d15bb6084dfe7bb993f0 (patch)
tree2f6c44cb83afe0b9c32a76f22f404e80c7090269 /configure.ac
parentmakefiles: include config.mk instead of common.mk where possible (diff)
downloadfirejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.tar.gz
firejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.tar.zst
firejail-95bfe7d71b12aa415091d15bb6084dfe7bb993f0.zip
mkdeb.sh.in: move configure-time vars into new config.sh.in
For better organization and so that they can be used by other shell scripts by just sourcing config.sh.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d61f87b97..cb20589cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -286,6 +286,7 @@ AC_CONFIG_FILES([mkdeb.sh], [chmod +x mkdeb.sh])
286AC_CONFIG_FILES([ 286AC_CONFIG_FILES([
287Makefile 287Makefile
288config.mk 288config.mk
289config.sh
289src/bash_completion/Makefile 290src/bash_completion/Makefile
290src/common.mk 291src/common.mk
291src/fbuilder/Makefile 292src/fbuilder/Makefile