4 exec_prefix
=@exec_prefix@
5 includedir
=@includedir@
12 Usage: libusb-config [OPTIONS] [LIBRARIES]
23 if test $# -eq 0; then
27 while test $# -gt 0; do
29 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
36 if test $exec_prefix_set = no
; then
51 echo @LIBUSB01_VERSION@
55 if test "$includedir" != /usr
/include
; then
56 includes
="-I$includedir"
70 if test "$echo_prefix" = "yes"; then
73 if test "$echo_exec_prefix" = "yes"; then
76 if test "$echo_cflags" = "yes"; then
79 if test "$echo_libs" = "yes"; then