From: Joe Orton Date: Wed, 8 Dec 2004 12:52:12 +0000 (+0000) Subject: MFH: Fix VPATH build again. X-Git-Tag: php-4.3.10~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db633a0760e1d01d7037b71db5860d81b3de4346;p=php MFH: Fix VPATH build again. --- diff --git a/acinclude.m4 b/acinclude.m4 index 42176f9444..e26204045a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,4 +1,4 @@ -dnl $Id$ +dnl $Id$ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1699,6 +1699,10 @@ AC_DEFUN([PHP_SETUP_ICONV], [ found_iconv=no unset ICONV_DIR + # Create the directories for a VPATH build: + test -d ext || mkdir ext + test -d ext/iconv || mkdir ext/iconv + echo > ext/iconv/php_have_libiconv.h echo > ext/iconv/php_have_iconv.h