--with-aolserver-src=/path/to/source/distribution \
<other options>
+NOTE: While AOLserver 3.0 did not install its include directory, later
+ releases will do so. This effectively means that you do not need
+ to retain the source directory of AOLserver, if there is an
+ include directory in the installation directory.
+
3.) Compiling and Installing PHP
$ make install
AC_MSG_RESULT($PHP_AOLSERVER)
if test "$PHP_AOLSERVER" != "no"; then
+ if test -d "$PHP_AOLSERVER/include"; then
+ PHP_AOLSERVER_SRC="$PHP_AOLSERVER"
+ fi
if test -z "$PHP_AOLSERVER_SRC" || test ! -d $PHP_AOLSERVER_SRC/include; then
AC_MSG_ERROR(Please specify the path to the source distribution of AOLserver using --with-aolserver-src=DIR)
fi