From 3ebd35245013fb7f2437d0c052a7f5010d36438c Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Thu, 13 Aug 2015 11:38:06 +0200 Subject: [PATCH] Update autogen.sh to do ./configure --- autogen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autogen.sh b/autogen.sh index 5ba5bac0..e952e5c3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,5 @@ #!/bin/bash autoreconf -vfi +./configure +echo "Now, just do \"make install\" "