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
|