From 017bbbfee11b6b9ed615bb0e176f29e38b696f6f Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 21 Dec 2012 13:55:26 +0100 Subject: configure: support absolete out-of-tree builds configure: handle the case of absolute paths. Reported by grishka. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index eedc71c..43e6c3b 100644 --- a/README +++ b/README @@ -35,8 +35,8 @@ Documentation: make test make install -Alternatively, VPATH builds are supported: you may use different -directories to old build objects, kept separate from your source tree: +Alternatively, out-of-tree builds are supported: you may use different +directories to hold build objects, kept separate from your source tree: mkdir _build cd _build -- cgit v1.3.1