From: Erik de Castro Lopo Date: Thu, 17 Jan 2013 09:13:33 +0000 (+1100) Subject: autogen.sh : Make sure config.rpath exists. X-Git-Tag: 1.3.0pre1~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=a53e85b889180b27f4f26724cea4158400701d3c;p=platform%2Fupstream%2Fflac.git autogen.sh : Make sure config.rpath exists. --- diff --git a/autogen.sh b/autogen.sh index 2aa4c30..1a9a020 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,5 +2,6 @@ # Run this to set up the build system: configure, makefiles, etc. # We trust that the user has a recent enough autoconf & automake setup # (not older than a few years...) +touch config.rpath autoreconf -i #$srcdir/configure "$@" && echo