We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670bbdb commit a3b67fcCopy full SHA for a3b67fc
build/php.m4
@@ -213,11 +213,13 @@ dnl from the sources. Should not be used directly.
213
dnl
214
AC_DEFUN([PHP_ADD_SOURCES_X],[
215
dnl Relative to source- or build-directory?
216
+dnl source-path is "" when called from PHP_NEW_EXTENSION() for extensions built
217
+dnl with phpize, or a relative path when built in php-src.
218
dnl ac_srcdir/ac_bdir include trailing slash
219
case 1ドル in
- ""[)] ac_srcdir="$abs_srcdir/"; unset ac_bdir; ac_inc="-I. -I$abs_srcdir" ;;
220
+ ""[)] ac_srcdir="$abs_srcdir/"; ac_bdir="$abs_builddir/"; ac_inc="-I$ac_bdir -I. -I$abs_srcdir" ;;
221
/*[)] ac_srcdir=`echo "1ドル"|cut -c 2-`"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$ac_bdir" ;;
- *[)] ac_srcdir="$abs_srcdir/1ドル/"; ac_bdir="1ドル/"; ac_inc="-I$ac_bdir -I$ac_srcdir" ;;
222
+ *[)] ac_srcdir="$abs_srcdir/1ドル/"; ac_bdir="$abs_builddir/$1/"; ac_inc="-I$ac_bdir -I$ac_srcdir" ;;
223
esac
224
225
dnl how to build .. shared or static?
ext/skeleton/skeleton.c
@@ -1,7 +1,7 @@
1
%HEADER%
2
3
#ifdef HAVE_CONFIG_H
4
-# include "config.h"
+# include <config.h>
5
#endif
6
7
#include "php.h"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments