]> granicus.if.org Git - php/commit
Normalize comments in *nix build system m4 files
authorPeter Kokot <peterkokot@gmail.com>
Sun, 12 May 2019 16:43:03 +0000 (18:43 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sun, 12 May 2019 16:43:03 +0000 (18:43 +0200)
commit75fb74860da7decd94432a4d211795310308a4a8
treea4a7a4755150cf43bca6c4f7d075ce67e1c4ade2
parente96c776bd5d03d3042e9b1c91d395ebf81741540
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
83 files changed:
TSRM/threads.m4
TSRM/tsrm.m4
Zend/Zend.m4
build/php.m4
configure.ac
ext/bcmath/config.m4
ext/bz2/config.m4
ext/calendar/config.m4
ext/ctype/config.m4
ext/curl/config.m4
ext/date/config0.m4
ext/dba/config.m4
ext/dom/config.m4
ext/enchant/config.m4
ext/exif/config.m4
ext/ffi/config.m4
ext/fileinfo/config.m4
ext/filter/config.m4
ext/ftp/config.m4
ext/gd/config.m4
ext/gettext/config.m4
ext/hash/config.m4
ext/iconv/config.m4
ext/imap/config.m4
ext/intl/config.m4
ext/json/config.m4
ext/ldap/config.m4
ext/libxml/config0.m4
ext/mbstring/config.m4
ext/mysqli/config.m4
ext/mysqlnd/config9.m4
ext/oci8/config.m4
ext/odbc/config.m4
ext/opcache/config.m4
ext/openssl/config0.m4
ext/pcntl/config.m4
ext/pcre/config0.m4
ext/pdo/config.m4
ext/pdo_dblib/config.m4
ext/pdo_mysql/config.m4
ext/pdo_oci/config.m4
ext/pdo_odbc/config.m4
ext/pdo_pgsql/config.m4
ext/pdo_sqlite/config.m4
ext/pgsql/config.m4
ext/phar/config.m4
ext/posix/config.m4
ext/pspell/config.m4
ext/readline/config.m4
ext/recode/config.m4
ext/recode/config9.m4
ext/reflection/config.m4
ext/session/config.m4
ext/shmop/config.m4
ext/simplexml/config.m4
ext/skeleton/config.m4.in
ext/snmp/config.m4
ext/soap/config.m4
ext/sockets/config.m4
ext/sodium/config.m4
ext/spl/config.m4
ext/sqlite3/config0.m4
ext/standard/config.m4
ext/sysvmsg/config.m4
ext/sysvsem/config.m4
ext/sysvshm/config.m4
ext/tidy/config.m4
ext/tokenizer/config.m4
ext/xml/config.m4
ext/xmlreader/config.m4
ext/xmlrpc/config.m4
ext/xmlwriter/config.m4
ext/xsl/config.m4
ext/zip/config.m4
ext/zlib/config0.m4
sapi/apache2handler/config.m4
sapi/cgi/config9.m4
sapi/cli/config.m4
sapi/embed/config.m4
sapi/fpm/config.m4
sapi/litespeed/config.m4
sapi/phpdbg/config.m4
scripts/phpize.m4