From: Stepan Kasal Date: Mon, 7 May 2007 18:06:39 +0000 (+0200) Subject: build-sys: fix the final message of autogen.sh X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1bc6da937a2c96b3e8d06e491916a9be5f21a77;p=util-linux build-sys: fix the final message of autogen.sh The message shall not recommend calling ./configure when srcdir != "." . Signed-off-by: Stepan Kasal --- diff --git a/autogen.sh b/autogen.sh index 48197c3e..70bb96b2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -71,7 +71,7 @@ automake --add-missing cd $THEDIR echo -echo "Now type './configure' and 'make' to compile." +echo "Now type '$srcdir/configure' and 'make' to compile." echo