Skip to content

Commit 362a08e

Browse files
committed
CONTRIBUTING: Add automake command
Otherwise there is no configure script to execute.
1 parent c4424e2 commit 362a08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and ask!
6363

6464
6) Configure and build
6565
```
66-
./configure && make -s && make check
66+
./autogen.sh && ./configure && make -s && make check
6767
```
6868

6969
7) Add/update tests

0 commit comments

Comments
 (0)