4 exec_prefix
=@exec_prefix@
10 Usage: vlc-config [OPTIONS] [LIBRARIES]
24 if test $# -eq 0; then
30 while test $# -gt 0; do
32 -*=*) optarg
=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
39 if test $exec_prefix_set = no
; then
58 if test "@includedir@" != /usr
/include
; then
59 includes
="-I@includedir@"
73 if test "$echo_prefix" = "yes"; then
76 if test "$echo_exec_prefix" = "yes"; then
79 if test "$echo_cflags" = "yes"; then
80 echo -I@INCLUDE@
$includes
82 if test "$echo_libs" = "yes"; then
83 echo "-L@libdir@ -lvlc @LDFLAGS_libvlc@"