summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorStepan Kasal2007-05-07 20:06:39 +0200
committerKarel Zak2007-05-08 00:39:13 +0200
commite1bc6da937a2c96b3e8d06e491916a9be5f21a77 (patch)
tree87882c105528d10a75e5f057d35f3988cb56711f /autogen.sh
parentbuild-sys: call automake after autoconf (diff)
downloadkernel-qcow2-util-linux-e1bc6da937a2c96b3e8d06e491916a9be5f21a77.tar.gz
kernel-qcow2-util-linux-e1bc6da937a2c96b3e8d06e491916a9be5f21a77.tar.xz
kernel-qcow2-util-linux-e1bc6da937a2c96b3e8d06e491916a9be5f21a77.zip
build-sys: fix the final message of autogen.sh
The message shall not recommend calling ./configure when srcdir != "." . Signed-off-by: Stepan Kasal <skasal@redhat.com>
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 48197c3eb..70bb96b26 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