summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-06 07:26:54 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-09-06 07:26:54 +0200
commitcba9e23c6753e84c7633c65f9adda95d25eb4cd0 (patch)
tree1444c158601a0aa3f399db78619f96a3fbec9478 /configure.ac
parent894abe5b8a5bd0a500fadfd5ec89e9b8fde76b8f (diff)
downloadgeiser-cba9e23c6753e84c7633c65f9adda95d25eb4cd0.tar.gz
geiser-cba9e23c6753e84c7633c65f9adda95d25eb4cd0.tar.bz2
Allow loading byte-compiled Geiser without make install
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
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
])