2008-04-07 01:03:48 +02:00
|
|
|
--- configure.ac
|
|
|
|
+++ configure.ac
|
2010-03-18 22:58:41 +01:00
|
|
|
@@ -1013,8 +1013,8 @@
|
2008-07-11 22:20:33 +02:00
|
|
|
else
|
|
|
|
PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM"
|
|
|
|
fi
|
|
|
|
- PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php/modules"
|
|
|
|
- PHP_INSTALL_DATADIR="/usr/share/php"
|
|
|
|
+ PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php5/extensions"
|
|
|
|
+ PHP_INSTALL_DATADIR="/usr/share/php5"
|
|
|
|
PHP_LIBS=
|
|
|
|
save_CPPFLAGS=$CPPFLAGS
|
|
|
|
CPPFLAGS="$CPPFLAGS $PHP_INCLUDES"
|
2010-03-18 22:58:41 +01:00
|
|
|
@@ -1489,7 +1489,7 @@
|
2008-07-11 22:20:33 +02:00
|
|
|
AC_MSG_WARN([Unable to find tclConfig.sh. The Tcl packages will not be built])
|
|
|
|
use_tcl="No (missing tclConfig.sh)"
|
|
|
|
fi
|
|
|
|
- TCL_INSTALL_DIR="${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tcl${TCL_VERSION_FOUND}"
|
|
|
|
+ TCL_INSTALL_DIR="${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}"
|
2008-04-07 01:03:48 +02:00
|
|
|
fi
|
|
|
|
|
2008-07-11 22:20:33 +02:00
|
|
|
if test "x$use_tcl" = "x"; then
|