Preparing 0.7
[geiser.git] / configure.ac
blobfacc22699fe63cf5d61e6adf8af75fc22a94acf3
1 # Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jose A Ortega Ruiz.
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 AC_INIT([Geiser],[0.7],[geiser-users@nongnu.org],geiser)
12 AC_CONFIG_SRCDIR([elisp/geiser.el])
13 AM_INIT_AUTOMAKE
15 AC_PROG_MAKE_SET
16 AC_PROG_INSTALL
17 AC_PROG_MKDIR_P
18 AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no)
20 AM_PATH_LISPDIR
22 AC_CONFIG_FILES([
23 Makefile
24 elisp/Makefile
25 elisp/geiser-version.el
26 elisp/geiser-load.el
27 scheme/Makefile
28 bin/Makefile
29 doc/Makefile
32 AC_OUTPUT