autogen.sh always instructs user to run configure in current directory - even

when autogen.sh has been run from separate builddir. Patch by cazfi, closes ticket:2883
master
Per Inge Mathisen 2011-09-06 21:15:18 -04:00
parent 8ec7e2cab4
commit 3ebb55a23d
1 changed files with 1 additions and 1 deletions

View File

@ -193,6 +193,6 @@ echo "+ removing config.cache ... "
rm -f config.cache
echo
echo "Now type './configure && make' to compile."
echo "Now type '$SRCDIR/configure && make' to compile."
exit 0