Update
Showing
1 changed file
with
7 additions
and
0 deletions
... | @@ -32,6 +32,13 @@ which are extracted from other source packages: | ... | @@ -32,6 +32,13 @@ which are extracted from other source packages: |
32 | 32 | ||
33 | ./bootstrap | 33 | ./bootstrap |
34 | 34 | ||
35 | Notice that at the one of its final stages, bootstrap may spit out | ||
36 | several warnings like: | ||
37 | |||
38 | pop3d_OBJECTS:.$(OBJEXT: non-POSIX variable name | ||
39 | |||
40 | Ignore them, these are due to the bug in automake. | ||
41 | |||
35 | Once done, proceed as described in the file README (section | 42 | Once done, proceed as described in the file README (section |
36 | INSTALLATION). | 43 | INSTALLATION). |
37 | 44 | ... | ... |
-
Please register or sign in to post a comment