From cba9e23c6753e84c7633c65f9adda95d25eb4cd0 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 6 Sep 2010 07:26:54 +0200 Subject: Allow loading byte-compiled Geiser without make install --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f8770ab..1a70214 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT([GNU Geiser],[0.0.7],[jao@gnu.org],geiser) +AC_INIT([GNU Geiser],[0.1],[jao@gnu.org],geiser) AC_CONFIG_SRCDIR([elisp/geiser.el]) AM_INIT_AUTOMAKE @@ -23,6 +23,7 @@ AC_CONFIG_FILES([ Makefile elisp/Makefile elisp/geiser-version.el +elisp/geiser-load.el scheme/Makefile doc/Makefile ]) -- cgit v1.2.3