From: Joe Orton Date: Wed, 8 Dec 2004 12:50:00 +0000 (+0000) Subject: Fix VPATH build again. X-Git-Tag: RELEASE_0_2~550 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b547a393a6e3fab4b19f9e73011694402565688;p=php Fix VPATH build again. --- diff --git a/acinclude.m4 b/acinclude.m4 index 00712b14ee..227d3f3900 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1692,6 +1692,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