From c59998e52dec584d17542059c93692cfbd731bbe Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 23 Aug 2009 02:58:13 +0200 Subject: Autotoolification. --- configure.ac | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 configure.ac (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..f8ed7ec --- /dev/null +++ b/configure.ac @@ -0,0 +1,33 @@ +# Copyright (C) 2009 Free Software Foundation, Inc. +# +# 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([GNU Geiser],[0.0.7],[jao@gnu.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) +AC_CHECK_PROG(TEXI2PDF, texi2pdf, texi2pdf, false) + +AM_PATH_LISPDIR + +dnl scheme/plt/Makefile +dnl scheme/plt/geiser/Makefile + +AC_CONFIG_FILES([ +Makefile +elisp/Makefile +elisp/geiser-version.el +scheme/Makefile +]) + +AC_OUTPUT -- cgit v1.2.3 From e2b9d184157eb789a751d0c32999fe85829e936e Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Thu, 27 Aug 2009 11:43:12 +0200 Subject: Small configure tweaks. --- autogen.sh | 2 +- configure.ac | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'configure.ac') diff --git a/autogen.sh b/autogen.sh index f084b65..781eabd 100755 --- a/autogen.sh +++ b/autogen.sh @@ -2,4 +2,4 @@ [ -f elisp/geiser.el ] || exit 1 -autoreconf -Wall +autoreconf -Wall -i diff --git a/configure.ac b/configure.ac index f8ed7ec..2333901 100644 --- a/configure.ac +++ b/configure.ac @@ -20,9 +20,6 @@ AC_CHECK_PROG(TEXI2PDF, texi2pdf, texi2pdf, false) AM_PATH_LISPDIR -dnl scheme/plt/Makefile -dnl scheme/plt/geiser/Makefile - AC_CONFIG_FILES([ Makefile elisp/Makefile -- cgit v1.2.3