summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2020-07-19 22:41:22 +0100
committerjao <jao@gnu.org>2020-07-19 22:41:22 +0100
commit847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2 (patch)
tree29cdda38fe12e399e36830bd25bd7ac5cb83011e /configure.ac
parent02e228f312483fc78af1c2a1e93f706f774788fa (diff)
downloadgeiser-847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2.tar.gz
geiser-847d2ad4c6da462c26c50af1ef7d9cd697f3a5d2.tar.bz2
scheme and autotools removals
The plan is to have geiser-core contain only, well, the elisp core engine. The autotools scafolding is no really worth it, so it's gone too (and in the process, i'll look younger).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac32
1 files changed, 0 insertions, 32 deletions
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index b1fd3c3..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2018, 2020 Jose A Ortega Ruiz.
-#
-# This file is free software; as a special exception the author gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-AC_INIT([Geiser],[0.12],[geiser-users@nongnu.org],geiser)
-AC_CONFIG_SRCDIR([elisp/geiser.el])
-AM_INIT_AUTOMAKE
-
-AC_PROG_MAKE_SET
-AC_PROG_INSTALL
-AC_PROG_MKDIR_P
-AC_CHECK_PROG(MAKEINFO, makeinfo, makeinfo, no)
-
-AM_PATH_LISPDIR
-
-AC_CONFIG_FILES([
-Makefile
-elisp/Makefile
-elisp/geiser-version.el
-elisp/geiser-load.el
-scheme/Makefile
-bin/Makefile
-doc/Makefile
-])
-
-AC_OUTPUT