]> err.no Git - util-linux/commitdiff
build-sys: fix the final message of autogen.sh
authorStepan Kasal <skasal@redhat.com>
Mon, 7 May 2007 18:06:39 +0000 (20:06 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 May 2007 22:39:13 +0000 (00:39 +0200)
The message shall not recommend calling ./configure when srcdir != "." .

Signed-off-by: Stepan Kasal <skasal@redhat.com>
autogen.sh

index 48197c3eb7c651eea13bb0b42e03ceb3d7146c74..70bb96b26132946995a2a03874fee683cd928e4f 100755 (executable)
@@ -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