]> gitweb.michael.orlitzky.com - emacs-keys.git/blob - configure.ac
Makefile.am,configure.ac,doc/README: always install the Xmodmap file
[emacs-keys.git] / configure.ac
1 AC_INIT([emacs-keys], [0.0.2], [michael@orlitzky.com])
2 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
3
4 # List of output files.
5 AC_CONFIG_FILES([Makefile])
6
7 AC_OUTPUT