Skip to content

Commit 37425b5

Browse files
committed
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
1 parent 9051f19 commit 37425b5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: config.m4

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
PHP_ARG_WITH(interbase,for Firebird support,
2-
[ --with-interbase[=DIR] Include Firebird support. DIR is the Firebird base
3-
install directory [/opt/firebird]])
1+
PHP_ARG_WITH([interbase],
2+
[for Firebird support],
3+
[AS_HELP_STRING([[--with-interbase[=DIR]]],
4+
[Include Firebird support. DIR is the Firebird base install directory
5+
[/opt/firebird]])])
46

57
if test "$PHP_INTERBASE" != "no"; then
68

0 commit comments

Comments
 (0)