Commit 1728682b0f7504016211394573cbc17b7ae3f17a
1 parent
df5a7683
Exists in
master
and in
2 other branches
Updating readme, fixing arch build.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -7,7 +7,7 @@ See more details at https://softwarepublico.gov.br/social/pw3270/ |
7 | 7 | |
8 | 8 | [](https://www.gnu.org/licenses/gpl-3.0) |
9 | 9 |  |
10 | - | |
10 | + | |
11 | 11 | |
12 | 12 | Installation repositories |
13 | 13 | ========================= | ... | ... |
configure.ac
... | ... | @@ -40,7 +40,7 @@ dnl Compute the canonical host-system type |
40 | 40 | AC_CANONICAL_HOST |
41 | 41 | |
42 | 42 | dnl Put macro definitions here (though they aren't used). |
43 | -AC_CONFIG_HEADER([src/include/config.h]) | |
43 | +AC_CONFIG_HEADERS([src/include/config.h]) | |
44 | 44 | |
45 | 45 | dnl Initialise automake stuff. |
46 | 46 | AM_INIT_AUTOMAKE | ... | ... |