4 exec_prefix
=@exec_prefix@
10 Usage: libftdi1-config [OPTIONS] [LIBRARIES]
21 if test $# -eq 0; then
25 while test $# -gt 0; do
27 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
34 if test $exec_prefix_set = no
; then
53 if test "@includedir@" != /usr
/include
; then
54 includes
="-I@includedir@"
68 if test "$echo_prefix" = "yes"; then
71 if test "$echo_exec_prefix" = "yes"; then
74 if test "$echo_cflags" = "yes"; then
77 if test "$echo_libs" = "yes"; then
78 echo -L@libdir@
-lftdi1 @LIBS@