From abdc28465b48d063989eabe7385441b74ac8f2f8 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Sat, 31 Jan 2015 20:43:25 +0100 Subject: [PATCH] Use the --make options with autoreconf --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 329c45b..7dfab98 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,5 +6,5 @@ # autoreconf runs all the autotool configuration tools in the right order # and will avoid regenerating files. # -autoreconf --install # install missing files +autoreconf --install --make # install missing files # automake --add-missing --copy >/dev/null 2>&1 # add install-sh