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 3bde483 commit 00272e5Copy full SHA for 00272e5
configure.ac
@@ -165,9 +165,6 @@ test -z "$CFLAGS" && auto_cflags=1
165
abs_srcdir=`(cd $srcdir; pwd)`
166
abs_builddir=`pwd`
167
168
-php_abs_top_srcdir=$abs_srcdir
169
-php_abs_top_builddir=$abs_builddir
170
-
171
dnl Because `make install` is often performed by the superuser, we create the
172
dnl libs subdirectory as the user who configures PHP. Otherwise, the current
173
dnl user will not be able to delete libs or the contents of libs.
@@ -1381,8 +1378,6 @@ PHP_SUBST(EXT_LIBS)
1381
1378
1382
1379
PHP_SUBST_OLD(abs_builddir)
1383
1380
PHP_SUBST_OLD(abs_srcdir)
1384
-PHP_SUBST_OLD(php_abs_top_builddir)
1385
-PHP_SUBST_OLD(php_abs_top_srcdir)
1386
1387
PHP_SUBST(bindir)
1388
PHP_SUBST(sbindir)
0 commit comments