From dba75615b556d78accf8f0e2ee0f83434018baf9 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 26 Apr 2009 17:29:16 +0000 Subject: autogen: fix for centos I just can't figure out why doesn't autoconf work for the first time, but having run it twice seems to do the trick. Signed-off-by: Michael Krelin --- diff --git a/autogen.sh b/autogen.sh index 3b0e3f8..691173c 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,5 +9,5 @@ fi && aclocal -I aclocal.d \ && autoheader \ && automake -a \ -&& autoconf \ +&& (autoconf || autoconf) \ && ./configure "$@" -- cgit v0.9.0.2