Commit a3e9c480 authored by Bi-Ruei, Chiu's avatar Bi-Ruei, Chiu

Create configure file for asn1c

Add `autoreconf -iv` in build_helper to create configure file for asn1c.
parent 0071fb61
......@@ -682,6 +682,7 @@ install_asn1c_from_source(){
git clone https://github.com/brchiu/asn1c /tmp/asn1c
cd /tmp/asn1c
git checkout velichkov_s1ap_plus_option_group
autoreconf -iv
./configure
make -j`nproc`
$SUDO make install
......
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