4 exec_prefix=@exec_prefix@
7 libexecdir=@libexecdir@
9 sysconfdir=@sysconfdir@
10 sharedstatedir=@sharedstatedir@
11 localstatedir=@localstatedir@
15 includedir=@includedir@
27 Usage: ETL-config [OPTION]...
30 --version print installed version of ETL.
31 --help display this help and exit.
33 Compilation support options
34 --cflags print pre-processor and compiler flags
35 --libs print library linking information
38 --prefix --exec-prefix --bindir --libexecdir --datadir
39 --sysconfdir --sharedstatedir --localstatedir --libdir --infodir
47 if test $# -eq 0; then
53 echo $PACKAGE $VERSION
81 echo Unknown option "$1"