]> git.sur5r.net Git - i3/i3lock/commit
Switch to autotools (#163)
authorMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 2 Dec 2017 09:08:54 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Dec 2017 09:08:54 +0000 (10:08 +0100)
commitef4f9e40570d020571d277bde5703e32b126b9e4
tree054c174e07ce6927fcdf3dc3311b4c9f9a9ccc84
parentbe02e80ef03a89b04dd819a622de3ce3bfecb541
Switch to autotools (#163)

This was largely copied from the i3 configure.ac and Makefile.am.
20 files changed:
.gitignore
.travis.yml
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
configure.ac [new file with mode: 0644]
i3lock.c
i3lock.pam [deleted file]
m4/ax_append_flag.m4 [new file with mode: 0644]
m4/ax_cflags_warn_all.m4 [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_check_enable_debug.m4 [new file with mode: 0644]
m4/ax_check_gnu_make.m4 [new file with mode: 0644]
m4/ax_check_link_flag.m4 [new file with mode: 0644]
m4/ax_code_coverage.m4 [new file with mode: 0644]
m4/ax_configure_args.m4 [new file with mode: 0644]
m4/ax_enable_builddir.m4 [new file with mode: 0644]
m4/ax_extend_srcdir.m4 [new file with mode: 0644]
m4/ax_require_defined.m4 [new file with mode: 0644]
m4/ax_sanitizers.m4 [new file with mode: 0644]
pam/i3lock [new file with mode: 0644]