/[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.31 by akim, Thu Oct 17 10:34:11 2002 UTC revision 1.32 by akim, Tue Nov 12 10:54:46 2002 UTC
# Line 1250  AC_OUTPUT_COMMANDS_POST()dnl Line 1250  AC_OUTPUT_COMMANDS_POST()dnl
1250  # need to make the FD available again.  # need to make the FD available again.
1251  if test "$no_create" != yes; then  if test "$no_create" != yes; then
1252    ac_cs_success=:    ac_cs_success=:
1253      ac_config_status_args=
1254      test "$silent" = yes &&
1255        ac_config_status_args="$ac_config_status_args --quiet"
1256    exec AS_MESSAGE_LOG_FD>/dev/null    exec AS_MESSAGE_LOG_FD>/dev/null
1257    $SHELL $CONFIG_STATUS || ac_cs_success=false    $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
1258    exec AS_MESSAGE_LOG_FD>>config.log    exec AS_MESSAGE_LOG_FD>>config.log
1259    # Use ||, not &&, to avoid exiting from the if with $? = 1, which    # Use ||, not &&, to avoid exiting from the if with $? = 1, which
1260    # would make configure fail if this is the last instruction.    # would make configure fail if this is the last instruction.
# Line 1277  cat >$CONFIG_STATUS <<_ACEOF Line 1280  cat >$CONFIG_STATUS <<_ACEOF
1280  # configure, is in config.log if it exists.  # configure, is in config.log if it exists.
1281    
1282  debug=false  debug=false
1283    ac_cs_recheck=false
1284    ac_cs_silent=false
1285  SHELL=\${CONFIG_SHELL-$SHELL}  SHELL=\${CONFIG_SHELL-$SHELL}
1286  _ACEOF  _ACEOF
1287    
# Line 1340  Usage: $[0] [[OPTIONS]] [[FILE]]... Line 1345  Usage: $[0] [[OPTIONS]] [[FILE]]...
1345    
1346    -h, --help       print this help, then exit    -h, --help       print this help, then exit
1347    -V, --version    print version number, then exit    -V, --version    print version number, then exit
1348      -q, --quiet      do not print progress messages
1349    -d, --debug      don't remove temporary files    -d, --debug      don't remove temporary files
1350        --recheck    update $as_me by reconfiguring in the same conditions        --recheck    update $as_me by reconfiguring in the same conditions
1351  m4_ifset([AC_LIST_FILES],  m4_ifset([AC_LIST_FILES],
# Line 1419  do Line 1425  do
1425    case $ac_option in    case $ac_option in
1426    # Handling of the options.    # Handling of the options.
1427  _ACEOF  _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF  
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)  
     echo "running $SHELL $[0] " $ac_configure_args " --no-create --no-recursion"  
     exec $SHELL $[0] $ac_configure_args --no-create --no-recursion ;;  
 _ACEOF  
1428  cat >>$CONFIG_STATUS <<\_ACEOF  cat >>$CONFIG_STATUS <<\_ACEOF
1429      -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
1430        ac_cs_recheck=: ;;
1431    --version | --vers* | -V )    --version | --vers* | -V )
1432      echo "$ac_cs_version"; exit 0 ;;      echo "$ac_cs_version"; exit 0 ;;
1433    --he | --h)    --he | --h)
# Line 1443  Try `$[0] --help' for more information.] Line 1446  Try `$[0] --help' for more information.]
1446      $ac_shift      $ac_shift
1447      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"      CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
1448      ac_need_defaults=false;;      ac_need_defaults=false;;
1449      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1450      | -silent | --silent | --silen | --sile | --sil | --si | --s)
1451        ac_cs_silent=: ;;
1452    
1453    # This is an error.    # This is an error.
1454    -*) AC_MSG_ERROR([unrecognized option: $[1]    -*) AC_MSG_ERROR([unrecognized option: $[1]
# Line 1454  Try `$[0] --help' for more information.] Line 1460  Try `$[0] --help' for more information.]
1460    shift    shift
1461  done  done
1462    
1463    ac_configure_extra_args=
1464    
1465    if $ac_cs_silent; then
1466      exec AS_MESSAGE_FD>/dev/null
1467      ac_configure_extra_args="$ac_configure_extra_args --silent"
1468    fi
1469    
1470    _ACEOF
1471    cat >>$CONFIG_STATUS <<_ACEOF
1472    if \$ac_cs_recheck; then
1473      echo "running $SHELL $[0] " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&AS_MESSAGE_FD
1474      exec $SHELL $[0] $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1475    fi
1476    
1477  _ACEOF  _ACEOF
1478    
1479  dnl We output the INIT-CMDS first for obvious reasons :)  dnl We output the INIT-CMDS first for obvious reasons :)

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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