Skip to content

Commit

Permalink
support bigloo 3.2b
Browse files Browse the repository at this point in the history
  • Loading branch information
weyrick committed Apr 24, 2009
1 parent 995c511 commit ca95b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -3134,7 +3134,7 @@ test -n "$target_alias" &&
# can't figure out how to get this into AC_CHECK_PROG_VER below?
# have to change it there too
want_bigloo="3.0c, 3.1a, 3.1b, 3.2a"
want_bigloo="3.0c, 3.1a, 3.1b, 3.2a, 3.2b"
want_curl=7.15.1
# defaults
Expand Down Expand Up @@ -3204,7 +3204,7 @@ echo $ECHO_N "checking version of $HAVE_BIGLOO... $ECHO_C" >&6; }
ac_prog_version=`$HAVE_BIGLOO -revision 2>&1 | sed -n 's/^.*\([2-9].[0-9][a-z]\).*$/\1/p'`
case $ac_prog_version in
'') ac_prog_version_m="v. ?.??, bad"; ac_verc_fail=yes;;
3.0c | 3.1a | 3.1b | 3.2a)
3.0c | 3.1a | 3.1b | 3.2a | 3.2b)
ac_prog_version_m="$ac_prog_version, ok"; ac_verc_fail=no;;
*) ac_prog_version_m="$ac_prog_version, bad"; ac_verc_fail=yes;;
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AC_CANONICAL_SYSTEM

# can't figure out how to get this into AC_CHECK_PROG_VER below?
# have to change it there too
want_bigloo="3.0c, 3.1a, 3.1b, 3.2a"
want_bigloo="3.0c, 3.1a, 3.1b, 3.2a, 3.2b"
want_curl=7.15.1

# defaults
Expand All @@ -49,7 +49,7 @@ AC_CHECK_PROG_VER([HAVE_BIGLOO],
bigloo,
-revision,
[\([2-9].[0-9][a-z]\)],
[3.0c | 3.1a | 3.1b | 3.2a],
[3.0c | 3.1a | 3.1b | 3.2a | 3.2b],
AC_MSG_FAILURE([Bigloo version $want_bigloo required in the system path]))

BIGLOO_VERSION=$ac_prog_version
Expand Down

0 comments on commit ca95b62

Please sign in to comment.