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 97d285a commit 19b9addCopy full SHA for 19b9add
autogen.sh
@@ -1,3 +1,5 @@
1
#!/bin/sh
2
set -e
3
+srcdir="$(dirname $0)"
4
+cd "$srcdir"
5
autoreconf -vif
0 commit comments