autogen.sh: Include path to configure script in output

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@722 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
cazfi 2020-02-27 22:15:23 +00:00
parent 8534ab350b
commit c383b5bafa
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
cd "$(dirname $0)"
if autoreconf -f -s -i -m -I m4 ; then
echo "Configure script created, run it next."
echo "$(dirname $0)/configure script created, run it next."
else
echo "Autoreconf failed" >&2
exit 1