aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-06-27 18:51:44 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2021-11-24 15:58:33 -0300
commit3c6d5232b880dbf474b9c567bb4530ce1842d612 (patch)
treed1c0f27542e81aac22dc14a2d659d562a0023d8c /configure.ac
parentreadme update (diff)
downloadfirejail-3c6d5232b880dbf474b9c567bb4530ce1842d612.tar.gz
firejail-3c6d5232b880dbf474b9c567bb4530ce1842d612.tar.zst
firejail-3c6d5232b880dbf474b9c567bb4530ce1842d612.zip
configure.ac: Ensure whitespace after each comma
For increased consistency and readability. This restores the spaces removed on commit bf81cd6ad ("configure.ac: run autoupdate to fix autoconf warning") / PR #4316. Command used to check for the lack of whitespace: grep ',[^ ]' configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5ef97cbd0..75012348a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,10 @@
12# 12#
13 13
14AC_PREREQ([2.68]) 14AC_PREREQ([2.68])
15AC_INIT([firejail],[0.9.67],[netblue30@protonmail.com],[],[https://firejail.wordpress.com]) 15AC_INIT([firejail], [0.9.67], [netblue30@protonmail.com], [],
16AC_CONFIG_SRCDIR([src/firejail/main.c]) 16 [https://firejail.wordpress.com])
17 17
18AC_CONFIG_SRCDIR([src/firejail/main.c])
18AC_CONFIG_MACRO_DIR([m4]) 19AC_CONFIG_MACRO_DIR([m4])
19 20
20AC_PROG_CC 21AC_PROG_CC