最終更新:2023-05-23 (火) 22:42:23 (337d)  

config.status
Top / config.status

直前に実行したconfigureのオプションを記憶しているシェルスクリプト

前回 configure を実行した時の引数を表示

  • ./config.status --config

help

  • `config.status' instantiates files and other configuration actions
    from templates according to the current configuration.  Unless the files
    and actions are specified as TAGs, all are instantiated by default.
    
    Usage: ./config.status [OPTION]... [TAG]...
    
      -h, --help       print this help, then exit
      -V, --version    print version number and configuration settings, then exit
          --config     print configuration, then exit
      -q, --quiet, --silent
                       do not print progress messages
      -d, --debug      don't remove temporary files
          --recheck    update config.status by reconfiguring in the same conditions
          --file=FILE[:TEMPLATE]
                       instantiate the configuration file FILE
          --header=FILE[:TEMPLATE]
                       instantiate the configuration header FILE
    
    Configuration files:
    
    
    Configuration headers:
    
    

関連