You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /usr/src/spandsp/
./autogen.sh
configure.ac:21: error: Autoconf version 2.71 or higher is required
dpkg -l | grep autoconf
ii autoconf 2.69-14
edit configure.ac
change AC_PREREQ([2.71])) to 2.69 version
save file
compile and install
./autogen.sh
./configure
make
make install
Then, rerun install script if you are compiling spandsp on fusionpbx install. cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
The text was updated successfully, but these errors were encountered:
marcelloc
changed the title
on debian 11 configure.ac requires autoconf version 2.71 but latest version on debian 11 current is 2.69
On debian 11 configure.ac requires autoconf version 2.71 but latest version on current debian 11 is 2.69
Jun 29, 2023
edit configure.ac
change AC_PREREQ([2.71])) to 2.69 version
save file
compile and install
Then, rerun install script if you are compiling spandsp on fusionpbx install.
cd /usr/src/fusionpbx-install.sh/debian && ./install.sh
The text was updated successfully, but these errors were encountered: