9 Usage: ETL-config [OPTION]...
12 --version print installed version of ETL.
13 --help display this help and exit.
15 Compilation support options
16 --cflags print pre-processor and compiler flags
17 --libs print library linking information
20 --prefix --exec-prefix --bindir --libexecdir --datadir
21 --sysconfdir --sharedstatedir --localstatedir --libdir --infodir
29 if test $# -eq 0; then
35 echo $PACKAGE $VERSION
39 pkg-config --variable=exec_prefix ETL
43 pkg-config --variable=prefix ETL
50 pkg-config --cflags ETL
54 pkg-config --cflags ETL
63 echo Unknown option "$1"