--- embedaddon/php/ext/phar/config.m4 2012/05/29 12:34:41 1.1.1.2 +++ embedaddon/php/ext/phar/config.m4 2013/10/14 08:02:28 1.1.1.3 @@ -1,4 +1,4 @@ -dnl $Id: config.m4,v 1.1.1.2 2012/05/29 12:34:41 misho Exp $ +dnl $Id: config.m4,v 1.1.1.3 2013/10/14 08:02:28 misho Exp $ dnl config.m4 for extension phar PHP_ARG_ENABLE(phar, for phar archive support, @@ -27,4 +27,6 @@ if test "$PHP_PHAR" != "no"; then PHP_ADD_EXTENSION_DEP(phar, hash, true) PHP_ADD_EXTENSION_DEP(phar, spl, true) PHP_ADD_MAKEFILE_FRAGMENT + + PHP_OUTPUT(ext/phar/phar.1 ext/phar/phar.phar.1) fi