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/pdo_dblib/config.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pdo_dblib') diff --git a/ext/pdo_dblib/config.m4 b/ext/pdo_dblib/config.m4 index 7f6bd50e32..33d80ac28c 100644 --- a/ext/pdo_dblib/config.m4 +++ b/ext/pdo_dblib/config.m4 @@ -1,5 +1,3 @@ -dnl config.m4 for extension pdo_dblib - PHP_ARG_WITH([pdo-dblib], [for PDO_DBLIB support via FreeTDS], [AS_HELP_STRING([[--with-pdo-dblib[=DIR]]], -- cgit v1.2.1