diff options
| author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 00:50:25 +0000 | 
|---|---|---|
| committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-06-12 00:50:25 +0000 | 
| commit | 1c3ca305ab35a1b9ab34095ce56f40e55641ef6b (patch) | |
| tree | 64ce737311b494fb315ecffb6e2ceceddbc7c187 | |
| parent | 20238fe45f4e3b6ed5d51136207a739eb716df20 (diff) | |
| download | mdk-1c3ca305ab35a1b9ab34095ce56f40e55641ef6b.tar.gz mdk-1c3ca305ab35a1b9ab34095ce56f40e55641ef6b.tar.bz2 | |
(Module): new version; fix guile checking.
| -rw-r--r-- | configure.in | 6 | 
1 files 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) | 
