sniper Sat Jan 22 15:30:15 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/scripts phpize.in Log: MFH: - Remove also autom4te.cache dir with phpize --clean http://cvs.php.net/diff.php/php-src/scripts/phpize.in?r1=1.1.2.11&r2=1.1.2.12&ty=u Index: php-src/scripts/phpize.in diff -u php-src/scripts/phpize.in:1.1.2.11 php-src/scripts/phpize.in:1.1.2.12 --- php-src/scripts/phpize.in:1.1.2.11 Wed Jan 19 20:43:19 2005 +++ php-src/scripts/phpize.in Sat Jan 22 15:30:15 2005 @@ -10,7 +10,7 @@ FILES="acinclude.m4 Makefile.global config.sub config.guess ltmain.sh" CLEAN_FILES="$FILES *.o *.lo *.la .deps .libs/ build/ include/ modules/ install-sh \ mkinstalldirs missing config.nice config.sub config.guess configure configure.in \ - aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache \ + aclocal.m4 config.h config.h.in conftest* ltmain.sh libtool config.cache autom4te.cache/ \ config.log config.status Makefile Makefile.fragments Makefile.objects confdefs.h" # function declaration
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php