autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:14: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:14: You should run autoupdate.
m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
configure.ac:14: the top level
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:13: installing './compile'
configure.ac:14: installing './config.guess'
configure.ac:14: installing './config.sub'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
Makefile.am: installing './depcomp'
autoreconf: './install-sh' is updated
autoreconf: Leaving directory '.'
In file included from dmtx.c:64:
dmtxencodescheme.c: In function ‘EncodeNextChunk’:
dmtxencodescheme.c:138:4: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  138 |    if(scheme == DmtxSchemeEdifact)
      |    ^~
dmtxencodescheme.c:74:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   74 | #define CHKERR { \
      |                ^
dmtxencodescheme.c:139:54: note: in expansion of macro ‘CHKERR’
  139 |       CompleteIfDoneEdifact(stream, sizeIdxRequest); CHKERR;
      |                                                      ^~~~~~
In file included from dmtx.c:67:
dmtxencodec40textx12.c: In function ‘EncodeNextChunkCTX’:
dmtxencodec40textx12.c:51:14: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   51 |              for(i = 0; i < valueList.length % 3; i++)
      |              ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:52:49: note: in expansion of macro ‘CHKERR’
   52 |                 StreamInputAdvancePrev(stream); CHKERR;
      |                                                 ^~~~~~
dmtxencodec40textx12.c: In function ‘CompletePartialC40Text’:
dmtxencodec40textx12.c:270:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  270 |       if(valueList->length == 2 && outputTmp.length == 1)
      |       ^~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:271:42: note: in expansion of macro ‘CHKERR’
  271 |          StreamInputAdvancePrev(stream); CHKERR;
      |                                          ^~~~~~
dmtxencodec40textx12.c:298:10: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  298 |          for(i = 0; i < outputTmp.length; i++)
      |          ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:299:55: note: in expansion of macro ‘CHKERR’
  299 |             AppendValueAscii(stream, outputTmp.b[i]); CHKERR;
      |                                                       ^~~~~~
dmtxencodec40textx12.c: In function ‘CompletePartialX12’:
dmtxencodec40textx12.c:362:7: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
  362 |       for(i = 0; i < outputTmp.length; i++)
      |       ^~~
dmtxencodec40textx12.c:18:16: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   18 | #define CHKERR { if(stream->status != DmtxStatusEncoding) { return; } }
      |                ^
dmtxencodec40textx12.c:363:52: note: in expansion of macro ‘CHKERR’
  363 |          AppendValueAscii(stream, outputTmp.b[i]); CHKERR;
      |                                                    ^~~~~~
libtool: warning: remember to run 'libtool --finish /usr/lib'