search for: my_am_ver

Displaying 1 result from an estimated 1 matches for "my_am_ver".

Did you mean: my_ac_ver
2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
...Before trying to script res-memcached installation (see res_memcached<https://github.com/drivefast/asterisk-res_memcached>), I banged into this on a fresh 11.3.0 setup: 1. When run for the first time bootstrap.sh displays a non-blocking error. # sh -x bootstrap.sh + uname -sr + MY_AC_VER= + MY_AM_VER= + AUTOCONF_VERSION=2.60 + AUTOMAKE_VERSION=1.9 + export AUTOCONF_VERSION + export AUTOMAKE_VERSION + check_for_app autoconf + autoconf --version + [ 0 != 0 ] + check_for_app autoheader + autoheader --version + [ 0 != 0 ] + check_for_app automake + automake --version + [ 0 != 0 ] + check_for_app ac...