From a3e9c48006b649a9ea3fcc59063b10a353d86206 Mon Sep 17 00:00:00 2001
From: "Bi-Ruei, Chiu" <biruei.chiu@gmail.com>
Date: Fri, 13 Jul 2018 17:10:27 +0800
Subject: [PATCH] Create configure file for asn1c

Add `autoreconf -iv` in build_helper to create configure file for asn1c.
---
 cmake_targets/tools/build_helper | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index 075835c628..2fe956bb44 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -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
-- 
GitLab