From 9df6a1e4dd84a39bfaec70d7d008b61f7bbae347 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 3 Mar 2019 16:44:16 +0100 Subject: Add AS_HELP_STRING to *nix build configure options The Autoconf's default AS_HELP_STRING macro can properly format help strings [1] so watching out if columns are aligned manually is not anymore. [1] https://www.gnu.org/software/autoconf/manual/autoconf.html#Pretty-Help-Strings --- ext/sysvmsg/config.m4 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ext/sysvmsg') diff --git a/ext/sysvmsg/config.m4 b/ext/sysvmsg/config.m4 index e14fd2d634..3731fe9940 100644 --- a/ext/sysvmsg/config.m4 +++ b/ext/sysvmsg/config.m4 @@ -1,7 +1,9 @@ dnl config.m4 for extension sysvmsg -PHP_ARG_ENABLE(sysvmsg,whether to enable System V IPC support, -[ --enable-sysvmsg Enable sysvmsg support]) +PHP_ARG_ENABLE([sysvmsg], + [whether to enable System V IPC support], + [AS_HELP_STRING([--enable-sysvmsg], + [Enable sysvmsg support])]) if test "$PHP_SYSVMSG" != "no"; then AC_CHECK_HEADER([sys/msg.h], -- cgit v1.2.1