/[autoconf]/autoconf/lib/autoconf/status.m4
ViewVC logotype

Diff of /autoconf/lib/autoconf/status.m4

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by akim, Wed Apr 10 15:58:20 2002 UTC revision 1.23 by eggert, Fri Apr 19 19:05:01 2002 UTC
# Line 1382  do Line 1382  do
1382    --*=*)    --*=*)
1383      ac_option=`expr "x$[1]" : 'x\([[^=]]*\)='`      ac_option=`expr "x$[1]" : 'x\([[^=]]*\)='`
1384      ac_optarg=`expr "x$[1]" : 'x[[^=]]*=\(.*\)'`      ac_optarg=`expr "x$[1]" : 'x[[^=]]*=\(.*\)'`
1385      shift      ac_shift=:
1386      set dummy "$ac_option" "$ac_optarg" ${1+"$[@]"}      ;;
1387      shift    -*)
1388        ac_option=$[1]
1389        ac_optarg=$[2]
1390        ac_shift=shift
1391      ;;      ;;
   -*);;  
1392    *) # This is not an option, so the user has probably given explicit    *) # This is not an option, so the user has probably given explicit
1393       # arguments.       # arguments.
1394         ac_option=$[1]
1395       ac_need_defaults=false;;       ac_need_defaults=false;;
1396    esac    esac
1397    
1398    case $[1] in    case $ac_option in
1399    # Handling of the options.    # Handling of the options.
1400  _ACEOF  _ACEOF
1401  cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
# Line 1412  Try `$[0] --help' for more information.] Line 1415  Try `$[0] --help' for more information.]
1415    --debug | --d* | -d )    --debug | --d* | -d )
1416      debug=: ;;      debug=: ;;
1417    --file | --fil | --fi | --f )    --file | --fil | --fi | --f )
1418      shift      $ac_shift
1419      CONFIG_FILES="$CONFIG_FILES $[1]"      CONFIG_FILES="$CONFIG_FILES $ac_optarg"
1420      ac_need_defaults=false;;      ac_need_defaults=false;;
1421    --header | --heade | --head | --hea )    --header | --heade | --head | --hea )
1422      shift      $ac_shift
1423      CONFIG_HEADERS="$CONFIG_HEADERS $[1]"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1424      ac_need_defaults=false;;      ac_need_defaults=false;;
1425    
1426    # This is an error.    # This is an error.

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26