From e1bc6da937a2c96b3e8d06e491916a9be5f21a77 Mon Sep 17 00:00:00 2001 From: Stepan Kasal Date: Mon, 7 May 2007 20:06:39 +0200 Subject: [PATCH] build-sys: fix the final message of autogen.sh The message shall not recommend calling ./configure when srcdir != "." . Signed-off-by: Stepan Kasal --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5