diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-06 07:26:54 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-09-06 07:26:54 +0200 |
commit | cba9e23c6753e84c7633c65f9adda95d25eb4cd0 (patch) | |
tree | 1444c158601a0aa3f399db78619f96a3fbec9478 /configure.ac | |
parent | 894abe5b8a5bd0a500fadfd5ec89e9b8fde76b8f (diff) | |
download | geiser-cba9e23c6753e84c7633c65f9adda95d25eb4cd0.tar.gz geiser-cba9e23c6753e84c7633c65f9adda95d25eb4cd0.tar.bz2 |
Allow loading byte-compiled Geiser without make install
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 ]) |