Top Level Namespace
Defined Under Namespace
Modules: XML
Instance Method Summary collapse
-
#crash(str) ⇒ Object
$LIBPATH.push(Config::CONFIG).
- #help ⇒ Object
Instance Method Details
#crash(str) ⇒ Object
$LIBPATH.push(Config::CONFIG)
37 38 39 40 |
# File 'ext/xslt_lib/extconf.rb', line 37 def crash(str) printf(" extconf failure: %s\n", str) exit 1 end |
#help ⇒ Object
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 "\"extconf.rb\" configures this package to adapt to many kinds of systems.\n\nUsage: ruby extconf.rb [OPTION]...\n\nConfiguration:\n --help display this help and exit\n \n --with-xslt-lib=PATH\n --with-xslt-include=PATH\n --with-xslt-dir=PATH specify the directory name for the libxslt include \n files and/or library \n \n --disable-error-handler disables the new error handler\n \n --disable-exslt disables libexslt support <http://exslt.org/>\n" end |