--- configure.in 2007-10-28 15:12:22.000000000 +0100 +++ configure.in 2007-10-28 15:11:33.000000000 +0100 @@ -118,7 +118,7 @@ AC_CHECK_PROG(sc_present, scrollkeeper-config, yes, no) if test "z$sc_present" = "zyes" ; then AC_MSG_CHECKING([for scrollkeeper]) - _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'` + _VERSION=`scrollkeeper-config --version|sed -e 's/^\([0-9\.]\+\).*/\1/g;s/\.//g'` if test $_VERSION -ge 0 -o $_VERSION -ge 02; then AC_MSG_RESULT(yes) SC_STATEDIR=`scrollkeeper-config --pkglocalstatedir` --- configure 2007-10-28 15:17:28.000000000 +0100 +++ configure 2007-10-28 15:11:54.000000000 +0100 @@ -5656,7 +5656,7 @@ if test "z$sc_present" = "zyes" ; then echo "$as_me:$LINENO: checking for scrollkeeper" >&5 echo $ECHO_N "checking for scrollkeeper... $ECHO_C" >&6 - _VERSION=`scrollkeeper-config --version|sed -e 's/\.//g'` + _VERSION=`scrollkeeper-config --version|sed -e 's/^\([0-9\.]\+\).*/\1/g;s/\.//g'` if test $_VERSION -ge 0 -o $_VERSION -ge 02; then echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6