]> git.ipfire.org Git - thirdparty/shadow.git/commit
configure: Unify M4 quoting
authorEvgeny Grin (Karlson2k) <k2k@drgrin.dev>
Sat, 12 Jul 2025 13:46:30 +0000 (15:46 +0200)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Sat, 19 Jul 2025 04:42:33 +0000 (06:42 +0200)
commit630fb7ece1f731cb7ba85064d3568c9e130c9fbd
tree03842e79ddf9702f93fff0aaf06bfeb02ee3ce6a
parentc3878390a69a39fc533346e401567227fe9190e4
configure: Unify M4 quoting

Always quoting of all arguments is recommended by autoconf manual.

The commit is checked by autoreconf -v before and after commit.
Resulting configure is identical (excluding some newlines).

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
configure.ac