From: Christian Bauer Date: Tue, 18 Sep 2001 21:33:15 +0000 (+0000) Subject: GINAC_RL_VERSION_* defines didn't get set when running configure from cache X-Git-Tag: release_0-9-4~3 X-Git-Url: https://ginac.de/ginac.git/tutorial/ginac.git?a=commitdiff_plain;h=a9d54586dcf17d61ff02682f6aaf39eb4b697a74;p=ginac.git GINAC_RL_VERSION_* defines didn't get set when running configure from cache --- diff --git a/acinclude.m4 b/acinclude.m4 index e52e4501..50f7f27d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -24,16 +24,16 @@ main() fprintf(fd, "%s\n", rl_library_version); fclose(fd); return 0; -}], ginac_cv_rlversion=`cat 'conftest.out'`, ginac_cv_rlversion='unknown', ginac_cv_rlversion='4.2') +}], ginac_cv_rlversion=`cat 'conftest.out'`, ginac_cv_rlversion='unknown', ginac_cv_rlversion='4.2')]) if test "x${ginac_cv_rlversion}" != "xunknown"; then RL_VERSION_MAJOR=`echo ${ginac_cv_rlversion} | sed -e 's/\([[0-9]]\)\.\([[0-9]]\)/\1/'` AC_DEFINE_UNQUOTED(GINAC_RL_VERSION_MAJOR, $RL_VERSION_MAJOR, [Major version of installed readline library.]) RL_VERSION_MINOR=`echo ${ginac_cv_rlversion} | sed -e 's/\([[0-9]]\)\.\([[0-9]]\)/\2/'` AC_DEFINE_UNQUOTED(GINAC_RL_VERSION_MINOR, $RL_VERSION_MINOR, [Minor version of installed readline library.]) else - GINAC_WARNING([I could not run a test of libreadline (needed for building ginsh ginsh).]) + GINAC_WARNING([I could not run a test of libreadline (needed for building ginsh).]) fi -])]) +]) dnl Usage: GINAC_TERMCAP dnl libreadline is based on the termcap functions.