[GiNaC-devel] some pending patches (was: bugfix-only release?)
Alexei Sheplyakov
varg at theor.jinr.ru
Tue Nov 20 06:39:47 CET 2007
Hello!
> I will have a look at all the pending patches tomorrow and then probably
> tomorrow evening I will roll the releases.
I have some small patches too. I've already posted this one, but it got
lost for some reason:
[PATCH] build: really fix macro checking for version of libreadline.
This helps to detect (and reject) non-GNU versions of libreadline, so
that build on Mac OS X won't fail.
---
acinclude.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
index 64f4ec3..9fe93f6 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -26,7 +26,7 @@ int main()
return 0;
}], [
dnl Some non-GNU readline implementations have non-numeric rl_library_version
-ginac_cv_rlversion=`sed -e 's/[^0-9.]//g' 'conftest.out'`], [ ginac_cv_rlversion='unknown'], [ ginac_cv_rlversion='4.2'])])
+ginac_cv_rlversion=`sed -e 's/[[^0-9.]]//g' 'conftest.out'`], [ ginac_cv_rlversion='unknown'], [ ginac_cv_rlversion='4.2'])])
if test -z "$ginac_cv_rlversion"; then
GINAC_WARNING([Unsupported version of libreadline.])
ginac_cv_rlversion='unknown'
--
1.5.3.2
Best regards,
Alexei
--
All science is either physics or stamp collecting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 827 bytes
Desc: Digital signature
URL: <http://www.ginac.de/pipermail/ginac-devel/attachments/20071120/66b94862/attachment.sig>
More information about the GiNaC-devel
mailing list