Hi, autoconf / CVS sometimes uses [[/\\]]* | ?:[[/\\]] ) # Absolute path. and sometimes uses [[/\\]]* | ?:[[/\\]]* ) # Absolute path. in case statements. Unless I am missing something, I doubt this correct. The patch in the attachment below contains what I think probably might be what is intended. Ralf. -- Ralf Corsepius Forschungsinstitut fuer Anwendungsorientierte Wissensverarbeitung (FAW) Helmholtzstr. 16, 89081 Ulm, Germany Tel: +49/731/501-8690 mailto:[EMAIL PROTECTED] FAX: +49/731/501-999 http://www.faw.uni-ulm.de
--- acgeneral.m4 Sun Mar 26 08:40:42 2000 +++ /opt/gnu-exp/share/autoconf/acgeneral.m4 Mon Mar 27 10:09:58 2000 @@ -1288,7 +1288,7 @@ case "$srcdir" in .) # No --srcdir option. We are building in place. ac_sub_srcdir=$srcdir ;; - [[/\\]]* | ?:[[/\\]] ) # Absolute path. + [[/\\]]* | ?:[[/\\]]* ) # Absolute path. ac_sub_srcdir=$srcdir/$ac_subdir ;; *) # Relative path. ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; @@ -4616,7 +4616,7 @@ case "$srcdir" in .) # No --srcdir option. We are building in place. ac_sub_srcdir=$srcdir ;; - [[/\\]]* | ?:[[/\\]] ) # Absolute path. + [[/\\]]* | ?:[[/\\]]* ) # Absolute path. ac_sub_srcdir=$srcdir/$ac_subdir ;; *) # Relative path. ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;;