diff --git a/autogen.sh b/autogen.sh index c66b92a..6898f48 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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