[EMAIL PROTECTED] wrote:
But after a subsiquent cvs update -APCd, and it refreshed autogen.sh, it
dies again as it did before.

This is quite odd, not only did adding that tell me 0115, but then configure
This bug is fixed in CVS now, patch attached.  Thanks for report.

ran the rest of the way (almost) and ended with:
./configure: line 7953: syntax error near unexpected token `;'
./configure: line 7953: `    ;;'
If this error is still alive, please mail us this part of your configure.

--
Regards,
Andrew V. Samoilov
Index: mc/autogen.sh
diff -u mc/autogen.sh:1.44 mc/autogen.sh:1.45
--- mc/autogen.sh:1.44  Fri Nov 29 01:39:41 2002
+++ mc/autogen.sh       Mon Feb  3 16:19:57 2003
@@ -33,8 +33,8 @@
   sed '2,$d;                   # remove all but the first line
        s/.* //;                        # take text after the last space
        s/-.*//;                        # strip "-pre" or "-rc" at the end
-       s/\([^.]\+\)/0\1/g;     # prepend 0 to every token
-       s/0\([^.][^.]\)/\1/g;   # trim 0 from long lokens
+       s/\([^.][^.]*\)/0\1/g;  # prepend 0 to every token
+       s/0\([^.][^.]\)/\1/g;   # trim 0 from long tokens
        s/\.//g;                        # remove dots
        '`
 

Reply via email to