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/pgsql/config.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pgsql') diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index e1103f4f89..a5afd02923 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -1,5 +1,3 @@ -dnl config.m4 for extension pgsql - PHP_ARG_WITH([pgsql], [for PostgreSQL support], [AS_HELP_STRING([[--with-pgsql[=DIR]]], -- cgit v1.2.1