From 2248d53c00a8cde6a2bf41fcfa7e0c6ccdcb3a1d Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sat, 12 Jun 2004 00:50:25 +0000 Subject: (Module): new version; fix guile checking. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index b65ad90..46282d8 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.30 2004/06/07 22:02:26 jao Exp $ +# $Id: configure.in,v 1.31 2004/06/12 00:50:25 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -10,7 +10,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 MDK],1.0.1,[bug-mdk@gnu.org],mdk) +AC_INIT([GNU MDK],1.1,[bug-mdk@gnu.org],mdk) AM_INIT_AUTOMAKE(mdk,1.1) AM_CONFIG_HEADER(config.h) @@ -70,7 +70,7 @@ AC_ARG_WITH(guile, esac], [wguile=true]) if test x$wguile = xtrue; then - AC_CHECK_HEADER(guile/gh.h,,wguile=false) +dnl AC_CHECK_HEADER(guile/gh.h,,wguile=false) AC_MSG_CHECKING(for Guile) guile-config link > /dev/null || { AC_MSG_RESULT(no) -- cgit v1.2.3