Skip to content

Commit

Permalink
Drop autotools support
Browse files Browse the repository at this point in the history
Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Apr 9, 2024
1 parent 0f5f8dc commit 8074035
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 453 deletions.
11 changes: 4 additions & 7 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,14 @@
This package requires the following:
- OpenSSL 3.0.7+ libraries and development headers
- OpenSSL tools (for testing)
- autoconf-archive packages for some m4 macros
- NSS softoken, tools and development headers (for testing)
- a C compiler that supports at least C11 semantics
- automake
- meson
- pkg-config
- libtool
- p11-kit, p11-kit-server, p11-kit-devel, opensc and softhsm (for testing)

The usual command to build are:
- autoreconf -fi (if needed)
- ./configure (--with-openssl=/path/to/openssl if needed)
- make
- make check
- meson setup _build
- meson compile -C _build
- meson test -C _build

58 changes: 0 additions & 58 deletions Makefile.am

This file was deleted.

165 changes: 0 additions & 165 deletions configure.ac

This file was deleted.

4 changes: 0 additions & 4 deletions docs/Makefile.am

This file was deleted.

76 changes: 0 additions & 76 deletions src/Makefile.am

This file was deleted.

Loading

0 comments on commit 8074035

Please sign in to comment.