]> code.delx.au - gnu-emacs-elpa/blob - configure.ac
Except for when making moves interactively (with chess-display-manual-move),
[gnu-emacs-elpa] / configure.ac
1 # -*- Autoconf -*-
2 # Process this file with autoconf to produce a configure script.
3
4 AC_PREREQ(2.61)
5
6 AC_INIT([emacs-chess],[2.0],[johnw@newartisans.com])
7 AC_CONFIG_SRCDIR([chess.el])
8 AM_INIT_AUTOMAKE([dist-bzip2])
9
10 # Checks for programs.
11 AC_PROG_MAKE_SET
12
13 # Checks for emacs lisp path
14 AM_PATH_LISPDIR
15
16 # Pepare the Makefiles
17 AC_CONFIG_FILES([Makefile])
18 AC_OUTPUT