Skip to content
Snippets Groups Projects
Commit c0127693 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Make './autogen.sh' switch to the top source directory.

parent 8bd51de4
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ EOF
esac
done
script_dir=`echo "$0" | sed 's@[^/]*$@@'`
echo "Running autoreconf in $script_dir"
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
cd "$script_dir"
autoreconf -fvi || exit $?
# The following is not needed as long as we do not patch libtool.m4:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment