[Remind-Fans] [ANN] Wyrd 1.6
Dianne Skoll
dianne at skoll.ca
Fri Jul 1 19:19:50 EDT 2022
Hi, Jochen,
Your configure script breaks for Remind >= 04.00.00
This code:
AC_MSG_CHECKING(remind version)
REMINDVERSION=`strings $REMINDPATH | grep 03\.0`
fails for 04.00.00 and later.
I think a better way to check for Remind's version is:
REMINDVERSION=`(echo 'BANNER %'; echo 'MSG [version()]%') | $REMINDPATH -`
Definitely a lot more reliable than running strings on the executable.
Regards,
Dianne.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://dianne.skoll.ca/pipermail/remind-fans/attachments/20220701/8db5a192/attachment.sig>
More information about the Remind-fans
mailing list