Skip to content

Commit ef63aa3

Browse files
committed
Rewrite doc for using autoconf
1 parent 9fe0b5a commit ef63aa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ You will need [apxs](https://httpd.apache.org/docs/2.4/programs/apxs.html) insta
1717
Then execute the following command:
1818

1919
```
20-
./configure --with-libredirectionio=/tmp/libredirectionio
20+
autoreconf -i
21+
./configure
2122
make
2223
```
2324

0 commit comments

Comments
 (0)