PHP Classes

File: phpcf-src/ext/config.m4

Recommend this page to a friend!
  Classes of Alex Krash   PHP Code formatter   phpcf-src/ext/config.m4   Download  
File: phpcf-src/ext/config.m4
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Code formatter
Reformat PHP code according to standard options
Author: By
Last change:
Date: 9 years ago
Size: 294 bytes
 

Contents

Class file image Download
dnl $Id$ dnl config.m4 for extension phpcf dnl Otherwise use enable: PHP_ARG_ENABLE(phpcf, whether to enable phpcf support, [ --disable-phpcf Disable phpcf support], yes) if test "$PHP_PHPCF" != "no"; then PHP_NEW_EXTENSION(phpcf, phpcf.c, $ext_shared) PHP_ADD_MAKEFILE_FRAGMENT fi