4 exec_prefix
=@exec_prefix@
6 includedir
=@includedir@
7 version
=@PACKAGE_VERSION@
9 libname
=@ROTE_LIB_NAME@
11 if test $# -eq 0; then
12 echo "Usage: rote-config [--cflags] [--libs]"
13 echo " rote-config --version"
17 while test $# -gt 0; do
23 echo "$libs -L$libdir -l$libname"
26 echo "ROTE version $version"
27 echo "Our Own Terminal Emulation Library"
29 echo "Copyright (c) 2004 Bruno T. C. de Oliveira"
30 echo "All rights reserved"