Skip to content

Commit 3c3b696

Browse files
committed
README.md: Note autoreconf need only in unprepared tarball
1 parent 7c713e8 commit 3c3b696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ you simply don't want to use one, you can install bash completion using the
2323
standard commands for GNU autotools packages:
2424

2525
```shell
26-
autoreconf -i
26+
autoreconf -i # if not installing from prepared release tarball
2727
./configure
2828
make
2929
make check # optional, requires dejagnu and tcllib

0 commit comments

Comments
 (0)