Replaced the configuration parser with inih parser

That eliminates the dependency on libopts as well as autogen.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2018-01-13 19:34:33 +01:00
parent 533677bd73
commit 1b8079a11a
83 changed files with 1259 additions and 23299 deletions

View File

@@ -133,7 +133,7 @@ static-analyzers/Fedora:
- autoreconf -fvi
- scan-build ./configure
- scan-build --status-bugs -o scan-build-src make -j$(nproc)
- cppcheck --force -q -Isrc/ -Isrc/occtl -Igl/ -I. --error-exitcode=1 src/ -i libopts
- cppcheck --force -q -Isrc/ -Isrc/occtl -Igl/ -I. --error-exitcode=1 src/ -i src/inih
tags:
- shared
except: