Skip to content

Commit 39e5e01

Browse files
committed
Use a single command instead of 3 to generate configure
1 parent a02b1ab commit 39e5e01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.release

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ git push
3232

3333
7. Create a tarball
3434
```
35-
aclocal
36-
automake --add-missing
37-
autoconf
35+
# aclocal
36+
# automake --add-missing
37+
# autoconf
38+
autoreconf -vfi
3839
./configure
3940
make dist-gzip
4041
```

0 commit comments

Comments
 (0)