We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c231c11 commit 339df62Copy full SHA for 339df62
make_release.bash
@@ -37,6 +37,7 @@ if [ $? -ne 0 ]; then
37
exit 1
38
fi
39
cd ..
40
+sh autogen.sh
41
./configure
42
if [ $? -ne 0 ]; then
43
echo "autotools configure failed"
0 commit comments