From 857aa2690fabe893520b770d57610906a05340d4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 7 Apr 2015 15:50:48 +0200 Subject: [PATCH] autogen.sh: all configure at the end --- autogen.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autogen.sh b/autogen.sh index 832703f..4a96aa1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,3 +1,4 @@ #!/bin/sh autoreconf --force --install rm -rf autom4te.cache/ +./configure "$@"