~ubuntu-branches/ubuntu/precise/avrdude/precise

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-07-14 15:09:17 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714150917-vthf96lweuevgtds
Tags: 5.8-1
* New upstream release.
* Bump Standards-Version to 3.8.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.62 for avrdude 5.6.
 
3
# Generated by GNU Autoconf 2.62 for avrdude 5.8.
4
4
#
5
5
# Report bugs to <avrdude-dev@nongnu.org>.
6
6
#
596
596
# Identity of this package.
597
597
PACKAGE_NAME='avrdude'
598
598
PACKAGE_TARNAME='avrdude'
599
 
PACKAGE_VERSION='5.6'
600
 
PACKAGE_STRING='avrdude 5.6'
 
599
PACKAGE_VERSION='5.8'
 
600
PACKAGE_STRING='avrdude 5.8'
601
601
PACKAGE_BUGREPORT='avrdude-dev@nongnu.org'
602
602
 
603
603
ac_unique_file="main.c"
689
689
INSTALL_PROGRAM
690
690
INSTALL_SCRIPT
691
691
INSTALL_DATA
 
692
am__isrc
692
693
CYGPATH_W
693
694
PACKAGE
694
695
VERSION
700
701
install_sh
701
702
STRIP
702
703
INSTALL_STRIP_PROGRAM
 
704
MKDIR_P
703
705
mkdir_p
704
706
AWK
705
707
SET_MAKE
1314
1316
  # Omit some internal or obsolete options to make the list less imposing.
1315
1317
  # This message is too long to be a string in the A/UX 3.1 sh.
1316
1318
  cat <<_ACEOF
1317
 
\`configure' configures avrdude 5.6 to adapt to many kinds of systems.
 
1319
\`configure' configures avrdude 5.8 to adapt to many kinds of systems.
1318
1320
 
1319
1321
Usage: $0 [OPTION]... [VAR=VALUE]...
1320
1322
 
1385
1387
 
1386
1388
if test -n "$ac_init_help"; then
1387
1389
  case $ac_init_help in
1388
 
     short | recursive ) echo "Configuration of avrdude 5.6:";;
 
1390
     short | recursive ) echo "Configuration of avrdude 5.8:";;
1389
1391
   esac
1390
1392
  cat <<\_ACEOF
1391
1393
 
1481
1483
test -n "$ac_init_help" && exit $ac_status
1482
1484
if $ac_init_version; then
1483
1485
  cat <<\_ACEOF
1484
 
avrdude configure 5.6
 
1486
avrdude configure 5.8
1485
1487
generated by GNU Autoconf 2.62
1486
1488
 
1487
1489
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1495
1497
This file contains any messages produced by compilers while
1496
1498
running configure, to aid debugging if configure makes a mistake.
1497
1499
 
1498
 
It was created by avrdude $as_me 5.6, which was
 
1500
It was created by avrdude $as_me 5.8, which was
1499
1501
generated by GNU Autoconf 2.62.  Invocation command line was
1500
1502
 
1501
1503
  $ $0 $@
2021
2023
  program_prefix=${target_alias}-
2022
2024
 
2023
2025
 
2024
 
am__api_version="1.9"
 
2026
am__api_version='1.10'
 
2027
 
2025
2028
# Find a good install program.  We prefer a C program (faster),
2026
2029
# so one script is as good as another.  But avoid the broken or
2027
2030
# incompatible versions:
2183
2186
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2184
2187
fi
2185
2188
 
2186
 
if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
2187
 
  # We used to keeping the `.' as first argument, in order to
2188
 
  # allow $(mkdir_p) to be used without argument.  As in
2189
 
  #   $(mkdir_p) $(somedir)
2190
 
  # where $(somedir) is conditionally defined.  However this is wrong
2191
 
  # for two reasons:
2192
 
  #  1. if the package is installed by a user who cannot write `.'
2193
 
  #     make install will fail,
2194
 
  #  2. the above comment should most certainly read
2195
 
  #     $(mkdir_p) $(DESTDIR)$(somedir)
2196
 
  #     so it does not work when $(somedir) is undefined and
2197
 
  #     $(DESTDIR) is not.
2198
 
  #  To support the latter case, we have to write
2199
 
  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
2200
 
  #  so the `.' trick is pointless.
2201
 
  mkdir_p='mkdir -p --'
 
2189
{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
2190
$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
2191
if test -z "$MKDIR_P"; then
 
2192
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2193
  $as_echo_n "(cached) " >&6
2202
2194
else
2203
 
  # On NextStep and OpenStep, the `mkdir' command does not
2204
 
  # recognize any option.  It will interpret all options as
2205
 
  # directories to create, and then abort because `.' already
2206
 
  # exists.
2207
 
  for d in ./-p ./--version;
2208
 
  do
2209
 
    test -d $d && rmdir $d
2210
 
  done
2211
 
  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
2212
 
  if test -f "$ac_aux_dir/mkinstalldirs"; then
2213
 
    mkdir_p='$(mkinstalldirs)'
 
2195
  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2196
for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
2197
do
 
2198
  IFS=$as_save_IFS
 
2199
  test -z "$as_dir" && as_dir=.
 
2200
  for ac_prog in mkdir gmkdir; do
 
2201
         for ac_exec_ext in '' $ac_executable_extensions; do
 
2202
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
2203
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
2204
             'mkdir (GNU coreutils) '* | \
 
2205
             'mkdir (coreutils) '* | \
 
2206
             'mkdir (fileutils) '4.1*)
 
2207
               ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
 
2208
               break 3;;
 
2209
           esac
 
2210
         done
 
2211
       done
 
2212
done
 
2213
IFS=$as_save_IFS
 
2214
 
 
2215
fi
 
2216
 
 
2217
  if test "${ac_cv_path_mkdir+set}" = set; then
 
2218
    MKDIR_P="$ac_cv_path_mkdir -p"
2214
2219
  else
2215
 
    mkdir_p='$(install_sh) -d'
 
2220
    # As a last resort, use the slow shell script.  Don't cache a
 
2221
    # value for MKDIR_P within a source directory, because that will
 
2222
    # break other packages using the cache if that directory is
 
2223
    # removed, or if the value is a relative name.
 
2224
    test -d ./--version && rmdir ./--version
 
2225
    MKDIR_P="$ac_install_sh -d"
2216
2226
  fi
2217
2227
fi
 
2228
{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
2229
$as_echo "$MKDIR_P" >&6; }
 
2230
 
 
2231
mkdir_p="$MKDIR_P"
 
2232
case $mkdir_p in
 
2233
  [\\/$]* | ?:[\\/]*) ;;
 
2234
  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
2235
esac
2218
2236
 
2219
2237
for ac_prog in gawk mawk nawk awk
2220
2238
do
2298
2316
fi
2299
2317
rmdir .tst 2>/dev/null
2300
2318
 
2301
 
# test to see if srcdir already configured
2302
 
if test "`cd $srcdir && pwd`" != "`pwd`" &&
2303
 
   test -f $srcdir/config.status; then
2304
 
  { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
2319
if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
2320
  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
2321
  # is not polluted with repeated "-I."
 
2322
  am__isrc=' -I$(srcdir)'
 
2323
  # test to see if srcdir already configured
 
2324
  if test -f $srcdir/config.status; then
 
2325
    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2305
2326
$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2306
2327
   { (exit 1); exit 1; }; }
 
2328
  fi
2307
2329
fi
2308
2330
 
2309
2331
# test whether we have cygpath
2318
2340
 
2319
2341
# Define the identity of the package.
2320
2342
 PACKAGE='avrdude'
2321
 
 VERSION='5.6'
 
2343
 VERSION='5.8'
2322
2344
 
2323
2345
 
2324
2346
cat >>confdefs.h <<_ACEOF
2346
2368
 
2347
2369
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2348
2370
 
2349
 
install_sh=${install_sh-"$am_aux_dir/install-sh"}
 
2371
install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
2350
2372
 
2351
2373
# Installed binaries are usually stripped using `strip' when the user
2352
2374
# run `make install-strip'.  However `strip' might not be the right
2450
2472
fi
2451
2473
 
2452
2474
fi
2453
 
INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
 
2475
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2454
2476
 
2455
2477
# We need awk for the "check" target.  The system "awk" is bad on
2456
2478
# some platforms.
3451
3473
  am_depcomp="$ac_aux_dir/depcomp"
3452
3474
  AMDEPBACKSLASH='\'
3453
3475
fi
3454
 
 
3455
 
 
3456
 
if test "x$enable_dependency_tracking" != xno; then
 
3476
 if test "x$enable_dependency_tracking" != xno; then
3457
3477
  AMDEP_TRUE=
3458
3478
  AMDEP_FALSE='#'
3459
3479
else
3463
3483
 
3464
3484
 
3465
3485
 
3466
 
 
3467
3486
depcc="$CC"   am_compiler_list=
3468
3487
 
3469
3488
{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3531
3550
       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3532
3551
       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
3533
3552
         >/dev/null 2>conftest.err &&
 
3553
       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3534
3554
       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3535
3555
       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
3536
3556
       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3560
3580
$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3561
3581
CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3562
3582
 
3563
 
 
3564
 
 
3565
 
if
 
3583
 if
3566
3584
  test "x$enable_dependency_tracking" != xno \
3567
3585
  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3568
3586
  am__fastdepCC_TRUE=
4020
4038
fi
4021
4039
 
4022
4040
 
 
4041
if test "x$CC" != xcc; then
 
4042
  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
4043
$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
 
4044
else
 
4045
  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
4046
$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
 
4047
fi
 
4048
set dummy $CC; ac_cc=`$as_echo "$2" |
 
4049
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
4050
if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
4051
  $as_echo_n "(cached) " >&6
 
4052
else
 
4053
  cat >conftest.$ac_ext <<_ACEOF
 
4054
/* confdefs.h.  */
 
4055
_ACEOF
 
4056
cat confdefs.h >>conftest.$ac_ext
 
4057
cat >>conftest.$ac_ext <<_ACEOF
 
4058
/* end confdefs.h.  */
 
4059
 
 
4060
int
 
4061
main ()
 
4062
{
 
4063
 
 
4064
  ;
 
4065
  return 0;
 
4066
}
 
4067
_ACEOF
 
4068
# Make sure it works both with $CC and with simple cc.
 
4069
# We do the test twice because some compilers refuse to overwrite an
 
4070
# existing .o file with -o, though they will create one.
 
4071
ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
4072
rm -f conftest2.*
 
4073
if { (case "(($ac_try" in
 
4074
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4075
  *) ac_try_echo=$ac_try;;
 
4076
esac
 
4077
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4078
$as_echo "$ac_try_echo") >&5
 
4079
  (eval "$ac_try") 2>&5
 
4080
  ac_status=$?
 
4081
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4082
  (exit $ac_status); } &&
 
4083
   test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4084
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4085
  *) ac_try_echo=$ac_try;;
 
4086
esac
 
4087
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4088
$as_echo "$ac_try_echo") >&5
 
4089
  (eval "$ac_try") 2>&5
 
4090
  ac_status=$?
 
4091
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4092
  (exit $ac_status); };
 
4093
then
 
4094
  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
4095
  if test "x$CC" != xcc; then
 
4096
    # Test first that cc exists at all.
 
4097
    if { ac_try='cc -c conftest.$ac_ext >&5'
 
4098
  { (case "(($ac_try" in
 
4099
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4100
  *) ac_try_echo=$ac_try;;
 
4101
esac
 
4102
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4103
$as_echo "$ac_try_echo") >&5
 
4104
  (eval "$ac_try") 2>&5
 
4105
  ac_status=$?
 
4106
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4107
  (exit $ac_status); }; }; then
 
4108
      ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
4109
      rm -f conftest2.*
 
4110
      if { (case "(($ac_try" in
 
4111
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4112
  *) ac_try_echo=$ac_try;;
 
4113
esac
 
4114
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4115
$as_echo "$ac_try_echo") >&5
 
4116
  (eval "$ac_try") 2>&5
 
4117
  ac_status=$?
 
4118
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4119
  (exit $ac_status); } &&
 
4120
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
4121
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4122
  *) ac_try_echo=$ac_try;;
 
4123
esac
 
4124
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4125
$as_echo "$ac_try_echo") >&5
 
4126
  (eval "$ac_try") 2>&5
 
4127
  ac_status=$?
 
4128
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4129
  (exit $ac_status); };
 
4130
      then
 
4131
        # cc works too.
 
4132
        :
 
4133
      else
 
4134
        # cc exists but doesn't like -o.
 
4135
        eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
4136
      fi
 
4137
    fi
 
4138
  fi
 
4139
else
 
4140
  eval ac_cv_prog_cc_${ac_cc}_c_o=no
 
4141
fi
 
4142
rm -f core conftest*
 
4143
 
 
4144
fi
 
4145
if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
4146
  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
4147
$as_echo "yes" >&6; }
 
4148
else
 
4149
  { $as_echo "$as_me:$LINENO: result: no" >&5
 
4150
$as_echo "no" >&6; }
 
4151
 
 
4152
cat >>confdefs.h <<\_ACEOF
 
4153
#define NO_MINUS_C_MINUS_O 1
 
4154
_ACEOF
 
4155
 
 
4156
fi
 
4157
 
 
4158
# FIXME: we rely on the cache variable name because
 
4159
# there is no other way.
 
4160
set dummy $CC
 
4161
ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
4162
if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
4163
   # Losing compiler, so override with the script.
 
4164
   # FIXME: It is wrong to rewrite CC.
 
4165
   # But if we don't then we get into trouble of one sort or another.
 
4166
   # A longer-term fix would be to have automake use am__CC in this case,
 
4167
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
4168
   CC="$am_aux_dir/compile $CC"
 
4169
fi
 
4170
 
 
4171
 
 
4172
 
4023
4173
# Checks for libraries.
4024
4174
 
4025
4175
{ $as_echo "$as_me:$LINENO: checking for tputs in -ltermcap" >&5
6684
6834
# report actual input values of CONFIG_FILES etc. instead of their
6685
6835
# values after options handling.
6686
6836
ac_log="
6687
 
This file was extended by avrdude $as_me 5.6, which was
 
6837
This file was extended by avrdude $as_me 5.8, which was
6688
6838
generated by GNU Autoconf 2.62.  Invocation command line was
6689
6839
 
6690
6840
  CONFIG_FILES    = $CONFIG_FILES
6737
6887
_ACEOF
6738
6888
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6739
6889
ac_cs_version="\\
6740
 
avrdude config.status 5.6
 
6890
avrdude config.status 5.8
6741
6891
configured by $0, generated by GNU Autoconf 2.62,
6742
6892
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6743
6893
 
6748
6898
ac_pwd='$ac_pwd'
6749
6899
srcdir='$srcdir'
6750
6900
INSTALL='$INSTALL'
 
6901
MKDIR_P='$MKDIR_P'
6751
6902
AWK='$AWK'
6752
6903
test -n "\$AWK" || AWK=awk
6753
6904
_ACEOF
7361
7512
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
7362
7513
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
7363
7514
  esac
 
7515
  ac_MKDIR_P=$MKDIR_P
 
7516
  case $MKDIR_P in
 
7517
  [\\/$]* | ?:[\\/]* ) ;;
 
7518
  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
7519
  esac
7364
7520
_ACEOF
7365
7521
 
7366
7522
cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
7417
7573
s&@abs_builddir@&$ac_abs_builddir&;t t
7418
7574
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
7419
7575
s&@INSTALL@&$ac_INSTALL&;t t
 
7576
s&@MKDIR_P@&$ac_MKDIR_P&;t t
7420
7577
$ac_datarootdir_hack
7421
7578
"
7422
7579
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
7471
7628
   { (exit 1); exit 1; }; }
7472
7629
  fi
7473
7630
# Compute "$ac_file"'s index in $config_headers.
 
7631
_am_arg="$ac_file"
7474
7632
_am_stamp_count=1
7475
7633
for _am_header in $config_headers :; do
7476
7634
  case $_am_header in
7477
 
    "$ac_file" | "$ac_file":* )
 
7635
    $_am_arg | $_am_arg:* )
7478
7636
      break ;;
7479
7637
    * )
7480
7638
      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
7481
7639
  esac
7482
7640
done
7483
 
echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" ||
7484
 
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7485
 
         X"$ac_file" : 'X\(//\)[^/]' \| \
7486
 
         X"$ac_file" : 'X\(//\)$' \| \
7487
 
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
7488
 
$as_echo X"$ac_file" |
 
7641
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
7642
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
7643
         X"$_am_arg" : 'X\(//\)[^/]' \| \
 
7644
         X"$_am_arg" : 'X\(//\)$' \| \
 
7645
         X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
7646
$as_echo X"$_am_arg" |
7489
7647
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
7490
7648
            s//\1/
7491
7649
            q
7520
7678
  # some people rename them; so instead we look at the file content.
7521
7679
  # Grep'ing the first line is not enough: some people post-process
7522
7680
  # each Makefile.in and add a new line on top of each file to say so.
7523
 
  # So let's grep whole file.
7524
 
  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
 
7681
  # Grep'ing the whole file is not good either: AIX grep has a line
 
7682
  # limit of 2048, but all sed's we know have understand at least 4000.
 
7683
  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
7525
7684
    dirpart=`$as_dirname -- "$mf" ||
7526
7685
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7527
7686
         X"$mf" : 'X\(//\)[^/]' \| \