Initial import
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 4 Nov 2025 18:02:54 +0000 (13:02 -0500)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 17 Nov 2025 15:36:11 +0000 (10:36 -0500)
commit8a8aed2bb2b2736240c7138f8deb8a6c97c2196a
tree72445038636c4a11f55d22ca6a9bfe225be7d573
Initial import

Setup autotools project.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
19 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
THANKS [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
build-aux/.gitignore [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/mtlv.man [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/main.c [new file with mode: 0644]
src/options.c [new file with mode: 0644]
src/options.h [new file with mode: 0644]