From a53e85b889180b27f4f26724cea4158400701d3c Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 17 Jan 2013 20:13:33 +1100 Subject: [PATCH] autogen.sh : Make sure config.rpath exists. --- autogen.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4