class Object

Public Instance Methods

crash(str) click to toggle source

$LIBPATH.push(Config::CONFIG)

# File ext/xslt_lib/extconf.rb, line 37
def crash(str)
  printf(" extconf failure: %s\n", str)
  exit 1
end
help() click to toggle source
# File ext/xslt_lib/extconf.rb, line 6
def help
  print <<HELP
"extconf.rb" configures this package to adapt to many kinds of systems.

Usage: ruby extconf.rb [OPTION]...

Configuration:
  --help                   display this help and exit
  
  --with-xslt-lib=PATH
  --with-xslt-include=PATH
  --with-xslt-dir=PATH     specify the directory name for the libxslt include 
                           files and/or library 
  
  --disable-error-handler  disables the new error handler
  
  --disable-exslt          disables libexslt support <http://exslt.org/>
HELP
end