mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-27 11:20:27 -06:00
Derek Atkins's patch to the g-wrap autoconf test.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3143 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
45774a4aa7
commit
fafd91682a
@ -82,9 +82,9 @@ gwrap_micro_version=`${G_WRAP} --version | \
|
|||||||
major_required=`echo ${min_gwrap_version} |\
|
major_required=`echo ${min_gwrap_version} |\
|
||||||
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
|
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
|
||||||
minor_required=`echo ${min_gwrap_version} |\
|
minor_required=`echo ${min_gwrap_version} |\
|
||||||
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
|
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
|
||||||
micro_required=`echo ${min_gwrap_version} |\
|
micro_required=`echo ${min_gwrap_version} |\
|
||||||
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
|
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
|
||||||
|
|
||||||
if ${GUILE} -c "(cond ((> ${gwrap_major_version} ${major_required}) (exit 0))\
|
if ${GUILE} -c "(cond ((> ${gwrap_major_version} ${major_required}) (exit 0))\
|
||||||
((< ${gwrap_major_version} ${major_required}) (exit 1))\
|
((< ${gwrap_major_version} ${major_required}) (exit 1))\
|
||||||
|
Loading…
Reference in New Issue
Block a user