Commit 1728682b0f7504016211394573cbc17b7ae3f17a

Authored by Perry Werneck
1 parent df5a7683
Exists in master and in 2 other branches develop, macos

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 [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
9 9 ![CodeQL](https://github.com/PerryWerneck/lib3270/workflows/CodeQL/badge.svg)
10   -
  10 +![Analytics](https://ga-beacon.appspot.com/G-RSMGQ9Q5BG/github/lib3270)
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
... ...