From 75fb74860da7decd94432a4d211795310308a4a8 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 12 May 2019 18:43:03 +0200 Subject: Normalize comments in *nix build system m4 files Normalization include: - Use dnl for everything that can be ommitted when configure is built in favor of the shell comment character # which is visible in the output. - Line length normalized to 80 columns - Dots for most of the one line sentences - Macro definitions include similar pattern header comments now --- ext/calendar/config.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/calendar') diff --git a/ext/calendar/config.m4 b/ext/calendar/config.m4 index 7c179760df..bb3cfe4a62 100644 --- a/ext/calendar/config.m4 +++ b/ext/calendar/config.m4 @@ -1,5 +1,3 @@ -dnl config.m4 for extension calendar - PHP_ARG_ENABLE([calendar], [whether to enable calendar conversion support], [AS_HELP_STRING([--enable-calendar], -- cgit v1.2.1