diff options
| author | Joe Orton <jorton@php.net> | 2004-12-08 12:52:12 +0000 |
|---|---|---|
| committer | Joe Orton <jorton@php.net> | 2004-12-08 12:52:12 +0000 |
| commit | db633a0760e1d01d7037b71db5860d81b3de4346 (patch) | |
| tree | 9478f12aa31340b377b95bb4e16c27db67ce765b | |
| parent | aff3259a2524a9b25c3dead3b682df390941e228 (diff) | |
| download | php-git-db633a0760e1d01d7037b71db5860d81b3de4346.tar.gz | |
MFH: Fix VPATH build again.
| -rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
