From 9ca953d593502146dae8dc9b29ab9b2737ef8729 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Wed, 3 Dec 2014 15:37:40 +0000
Subject: [PATCH] autoreconf -f

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6149 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash b/targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
index 2435e582a7..7787a71684 100755
--- a/targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
+++ b/targets/PROJECTS/GENERIC-LTE-EPC/start_epc.bash
@@ -93,7 +93,7 @@ then
 fi
 if [ ! -f $OBJ_DIR/Makefile ]
 then
-    autoreconf -i
+    autoreconf -i -f
     echo_success "Invoking autogen"
     bash_exec "./autogen.sh"
     cd ./$OBJ_DIR
-- 
GitLab