--- configure.orig Mon Aug 9 23:57:15 2004 +++ configure Mon Aug 9 23:57:15 2004 @@ -22744,11 +22744,11 @@ echo "$as_me:$LINENO: result: $MOZILLA_VERSION$autodetect" >&5 echo "${ECHO_T}$MOZILLA_VERSION$autodetect" >&6 -if test $MOZILLA_VERSION == "trunk"; then +if test $MOZILLA_VERSION = "trunk"; then MOZILLA_VERSION=99.0 # use a high number fi -version=$(echo $MOZILLA_VERSION | sed -e 's/\([0-9]\+\|[a-z]\+\)/\1 /g' -e 's/\.//g') +version=$(echo $MOZILLA_VERSION | sed -E -e 's/([0-9]+|[a-z]+)/\1 /g' -e 's/\.//g') set -- $version;