Top Level Namespace

Defined Under Namespace

Modules: XML

Instance Method Summary collapse

Instance Method Details

#crash(str) ⇒ Object



37
38
39
40
# File 'ext/xslt_lib/extconf.rb', line 37

def crash(str)
  printf(" extconf failure: %s\n", str)
  exit 1
end

#helpObject



6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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