search for: automake_version

Displaying 2 results from an estimated 2 matches for "automake_version".

2013 May 06
1
What is bootstrap.sh for ? Possible bug in 11.3.0 ?
...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 aclocal + aclocal --version + [ 0 != 0 ] + ech...
2013 Jul 29
3
nut package with Riello UPS support
...upcoming nut release to get start with Riello? I tried to install from source but stuck: # git clone https://github.com/networkupstools/nut.git # pkg_add python-3.2.3p0 autoconf-2.69p0 automake-1.13.1 libtool asciidoc # ln -s /usr/local/bin/python2.7 /usr/local/bin/python # pwd /root/nut # export AUTOMAKE_VERSION=1.13 # export AUTOCONF_VERSION=2.69 # export CONFIGURE_STYLE=autoconf # ./autogen.sh Calling autoreconf... aclocal-1.13: warning: autoconf input should be named 'configure.ac', not ' configure.in' libtoolize: putting auxiliary files in `.'. libtoolize: copying file `./ltmain.sh&...