Parent Directory | Revision Log | Revision Graph
Initial import
1 | slords | 1.1 | --- php-4.3.3/sapi/apache2handler/config.m4.install |
2 | +++ php-4.3.3/sapi/apache2handler/config.m4 | ||
3 | @@ -59,7 +59,7 @@ | ||
4 | fi | ||
5 | |||
6 | APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` | ||
7 | - if test -z `$APXS -q SYSCONFDIR`; then | ||
8 | + if true; then | ||
9 | INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ | ||
10 | $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ | ||
11 | -i -n php4" |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |