Commit 95979124 authored by Navid Nikaein's avatar Navid Nikaein

add libtoolize for epc build

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6173 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 87b7f4ee
......@@ -549,7 +549,7 @@ check_install_epc_software() {
test_install_package make
test_install_package openssh-client
test_install_package openssh-server
sudo service ssh start
$SUDO service ssh start
test_install_package openssl
test_install_package openvpn
test_install_package pkg-config
......@@ -562,6 +562,7 @@ check_install_epc_software() {
test_install_package unzip
test_install_package valgrind
test_install_package vlan
test_install_package libtool
if [ $OAI_INSTALLED = 1 ]; then
touch ./.lock_oaibuild
......@@ -661,6 +662,7 @@ compile_epc() {
mkdir -m 777 m4
fi
echo_success "Invoking autogen"
bash_exec "libtoolize"
bash_exec "./autogen.sh"
cd ./$OBJ_DIR
echo_success "Invoking configure"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment