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 | 2248d53c00a8cde6a2bf41fcfa7e0c6ccdcb3a1d (patch) | |
tree | 3e122460e5b02b1ca43c5cb5979cc4dffc0165f5 | |
parent | d99adc3259d060cd867edab4a536ce18af68b382 (diff) | |
download | mdk-2248d53c00a8cde6a2bf41fcfa7e0c6ccdcb3a1d.tar.gz mdk-2248d53c00a8cde6a2bf41fcfa7e0c6ccdcb3a1d.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) |