Доброго времени суток уважаемые!
сегодня решил собрать rpm-ку скриптом но нифига не получилось, и ошибки никакой не было, просто тишина.
./openmcu-oci package
Определен дистрибутив: CentOS 'el6' x86_64
Папка с исходными кодами: /root/openmcu-ru-oci/src
Папка сборки: /root/openmcu-ru-oci/build
Папка установки OpenMCU-ru: /opt/openmcu-ru
branch: master
configure options: --enable-static --disable-v4l --disable-v4l2
Сборка rpm-пакета...
Пакет не собран
Общее время выполнения: 303 s
Ладно, тогда обратился к wiki
1)ошибку с aclocal-1.13
решил так
ln -sf /usr/bin/aclocal-1.11 /usr/bin/aclocal-1.13
ln -sf /usr/bin/automake-1.11 /usr/bin/automake-1.13
далее без проблем до make

2) получил такую ошибку
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.
make[3]: *** [basop32.lo] Ошибка 63
make[3]: Leaving directory `/root/openmcu-ru/libs/libg722_1/src'
make[2]: *** [all] Ошибка 2
make[2]: Leaving directory `/root/openmcu-ru/libs/libg722_1/src'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/root/openmcu-ru/libs/libg722_1'
make: *** [all] Ошибка 2
CentOS 6.9
версия libtool --version
ltmain.sh (GNU libtool) 2.2.6b
проблему решил так:
rm -f aclocal.m4
971 aclocal && libtoolize --force && autoreconf
972 ./configure
973 make
975 autoreconf -ivf
976 make
983 git clone
https://github.com/muggot/openmcu.git ./openmcu-ru
984 cd ./openmcu-ru
985 git branch -r
986 git checkout master
987 ./autogen.sh
988 ./configure
989 make
990 make install
Все установилось, тестирую.