I am trying to create a self-contained php extension (as in README.SELF- CONTAINED-EXTENSIONS).
My box is a standard redhat 7.3 with all updates applied.
After copying the module directory, when running
$phpize
the following error messages appear:
$ phpize
aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY_WITH_PATH' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_LIBRARY' defined in acinclude.m4 but never used
aclocal: macro `AC_ADD_INCLUDE' defined in acinclude.m4 but never used
You should update your `aclocal.m4' by running aclocal.
running aclocal returns the same error messages.
I tried to search the archive but found nothing about this. Sorry if the question is old - I am a newbie.
Details about my box: Pentium III, Red Hat 7.3 php-4.1.2-7.3.6 autoconf-2.13-17 automake-1.4p5-4 libtool-1.4.2-7 m4-1.4.1-7
I am thankful for any hint. Yuval Levy
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php