Skip to content

Commit

Permalink
Use autotools (autoconf, automake) to build keyd
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Sep 9, 2024
1 parent 78a8edd commit e0c462f
Show file tree
Hide file tree
Showing 9 changed files with 718 additions and 124 deletions.
6 changes: 6 additions & 0 deletions .autom4te.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Disable autom4te cache to ensure that any change to the version extraction
# script triggers a rebuild of the configure script. See
# <https://lists.gnu.org/r/automake/2019-10/msg00002.html>.
begin-language: "Autoconf-without-aclocal-m4"
args: --no-cache
end-language: "Autoconf-without-aclocal-m4"
30 changes: 27 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,33 @@ tags
bin/
*.o
*.gch
.deps/
.dirstamp
/*.1
/.dist-version
/Makefile
/Makefile.in
/aclocal.m4
/autoconfig.h
/autoconfig.h.in
/autom4te.cache/
/build-aux/*
!/build-aux/git-version-gen
/compose.stamp
/compose.stamp.tmp
/config.log
/config.status
/configure
/keyd
/keyd-*.tar.gz
/keyd-application-mapper
/keyd.compose
/src/unicode.c
/stamp-h1
/t/*.log
/t/*.trs
/test-io
/test-suite.log
__pycache__
test.log
keyd.service
/data/*.1.gz
/data/keyd.compose
/src/unicode.c
118 changes: 0 additions & 118 deletions Makefile

This file was deleted.

Loading

0 comments on commit e0c462f

Please sign in to comment.