]> the.earth.li Git - onak.git/commit
Move to CMake over autoconf
authorJonathan McDowell <noodles@earth.li>
Sun, 14 Apr 2019 16:51:11 +0000 (17:51 +0100)
committerJonathan McDowell <noodles@earth.li>
Sun, 14 Apr 2019 16:51:11 +0000 (17:51 +0100)
commita799cc2909f47d918d1ec7171a9edba28a9f5136
treebcf179cbb9ee36c8324fcf5a406e20855279e8b1
parent94422621d7c1300ae7001d13590570f9d4ad2a07
Move to CMake over autoconf

The auto* tools are hard to work with, and I'd like to split out various
bits of onak into a shared library useful to other projects as well as
various internal helpers (e.g. a backend DB library). To help with that
move over to CMake as a more modern but still widely available build
system.
24 files changed:
CMakeLists.txt [new file with mode: 0644]
Makefile.in [deleted file]
armor.c
build-config.h.in [new file with mode: 0644]
configure.ac [deleted file]
debian/control
debian/onak.install
debian/rules
gpgwww.c
keyd.c
keydb_hkp.c
keydctl.c
keyid.c
lookup.c
m4/ax_lib_nettle.m4 [deleted file]
md5.c
onak-conf.c
onak-mail.pl.in
onak.c
onak.ini.in
sha1.c
sha1x.c
sigcheck.c
wotsap.c