summaryrefslogtreecommitdiff
path: root/scripts/phpize.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2004-12-30 07:08:39 +0000
committerfoobar <sniper@php.net>2004-12-30 07:08:39 +0000
commit69eec3f3b95a372342f4ad837d90e445abca66ab (patch)
tree7da5543a98fbda8cd305564f3a320300f92f1657 /scripts/phpize.m4
parent57eddbd7d079e8bdfd196eb455e7da60b22a5f3a (diff)
downloadphp-git-69eec3f3b95a372342f4ad837d90e445abca66ab.tar.gz
MFB_4_3: Quote macro names in AC_DEFUN()
Diffstat (limited to 'scripts/phpize.m4')
-rw-r--r--scripts/phpize.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/phpize.m4 b/scripts/phpize.m4
index 8ed89ddf86..123acaef7f 100644
--- a/scripts/phpize.m4
+++ b/scripts/phpize.m4
@@ -6,7 +6,7 @@ AC_CANONICAL_HOST
PHP_INIT_BUILD_SYSTEM
-AC_DEFUN(PHP_WITH_PHP_CONFIG,[
+AC_DEFUN([PHP_WITH_PHP_CONFIG],[
AC_ARG_WITH(php-config,
[ --with-php-config=PATH],[
PHP_CONFIG=$withval
@@ -29,10 +29,10 @@ AC_DEFUN(PHP_WITH_PHP_CONFIG,[
AC_MSG_RESULT($EXTENSION_DIR)
])
dnl
-AC_DEFUN(PHP_EXT_BUILDDIR,[.])dnl
-AC_DEFUN(PHP_EXT_DIR,[""])dnl
-AC_DEFUN(PHP_EXT_SRCDIR,[$abs_srcdir])dnl
-AC_DEFUN(PHP_ALWAYS_SHARED,[
+AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl
+AC_DEFUN([PHP_EXT_DIR],[""])dnl
+AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir])dnl
+AC_DEFUN([PHP_ALWAYS_SHARED],[
ext_output="yes, shared"
ext_shared=yes
test "[$]$1" = "no" && $1=yes