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>
This commit is contained in:
Stepan Kasal 2007-05-07 20:06:39 +02:00 committed by Karel Zak
parent 5a2300248f
commit e1bc6da937
1 changed files with 1 additions and 1 deletions

View File

@ -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