From: Joe Orton Date: Wed, 8 Dec 2004 12:55:33 +0000 (+0000) Subject: MFH: Fix VPATH build again. X-Git-Tag: php-5.0.3RC2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ba3d20c8875001060077e801617631edfd82f86;p=php MFH: Fix VPATH build again. --- diff --git a/acinclude.m4 b/acinclude.m4 index 67b5d9df20..29a833ee39 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1,4 +1,4 @@ -dnl $Id$ +dnl $Id$ -*- autoconf -*- dnl dnl This file contains local autoconf functions. @@ -1695,6 +1695,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