nlopess Fri Mar 25 13:15:00 2005 EDT
Modified files: /phpdoc/en/install pecl.xml Log: close #32357: add note about auotoconf/automake dependency http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/install/pecl.xml diff -u phpdoc/en/install/pecl.xml:1.5 phpdoc/en/install/pecl.xml:1.6 --- phpdoc/en/install/pecl.xml:1.5 Fri Mar 18 14:56:27 2005 +++ phpdoc/en/install/pecl.xml Fri Mar 25 13:15:00 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <chapter id="install.pecl"> <title>Installation of PECL extensions</title> @@ -217,6 +217,12 @@ $ make install </screen> </para> + <note> + <simpara> + To run the 'buildconf' script you need autoconf 2.13 and automake 1.4+ + (newer version of autoconf might work, but are not supported). + </simpara> + </note> <simpara> Whether <literal>--enable-extname</literal> or <literal>--with-extname </literal> is used depends on the extension. Typically an extension that