]> Untitled Git - hvrtc.git/commit
Initial import
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 1 Dec 2020 18:50:01 +0000 (13:50 -0500)
committerHugo Villeneuve <hvilleneuve@dimonoff.com>
Tue, 10 Mar 2026 18:52:02 +0000 (14:52 -0400)
commitbd42b9ced80e3bcfa83a6f726d419c66f3bb23af
tree7695b2d9d4f2cab7740a115182cb18c689fcf5d9
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/hvrtc.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]