.TH XMLADA\-CONFIG 1 .SH NAME xmlada\-config \- script to get information about the installed version of xmlada .SH SYNOPSIS .B xmlada\-config [\-\-prefix] [\-\-version|\-v] [\-\-libs] [\-\-cflags] [\-\-sax] [\-\-static] [\-\-shared] .SH DESCRIPTION .PP \fIxmlada\-config\fP is a tool that is used to configure, determine compiler and linker flags that should be used produce an executable with XML/Ada support. . .SH OPTIONS \fIxmlada\-config\fP accepts the following options: .IP \fB\-\-prefix\fR Output the directory in which XML/Ada is installed .IP \fB\-\-version|\-v\fR Output the version of XML/Ada .IP \fB\-\-libs\fR Output the linker flags to use for XML/Ada .IP \fB\-\-cflags\fR Output the compiler flags to use for XML/Ada .IP \fB\-\-sax\fR Output all the flags to use for XML/Ada, provided you are not using the DOM module .IP \fB\-\-static\fR Output all the flags (compiler and linker) required to compile a static version of your program .IP \fB\-\-shared\fR Output flags to link with a shared library. .PP Called without options, xmlada\-config will output all the flags (compiler and linker) required to compile your program. .SH AUTHOR This manual page was written by Xavier Grave and Nicolas Boulenguez for the Debian GNU/Linux system (but may be used by others).