X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vlc-config.in.in;h=5589d1c536b91611f797dff41fa357f980dac57b;hb=3f0987d209633f9507a7efb555684a4bd81cb99b;hp=8b26c61fa2f1c90af8afa4399ba6ea3a677731cd;hpb=14815d2cc5501b7417a34b96957c726e253bdeb2;p=vlc diff --git a/vlc-config.in.in b/vlc-config.in.in index 8b26c61fa2..5589d1c536 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -3,6 +3,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" exec_prefix_set=no +datarootdir="@datarootdir@" release="@release@" debug="@debug@" @@ -199,9 +200,6 @@ while test $# -gt 0; do echo_plugin=yes cppflags="${cppflags} -D__VLC__ -D__PLUGIN__" ;; - pic) - echo "Warning: vlc-config does not use \"pic\" anymore." >&2 - ;; builtin) echo_builtin=yes cppflags="${cppflags} -D__VLC__ -D__BUILTIN__" @@ -311,7 +309,7 @@ fi # - We are building something from the inside (builtin) # - Link with builtins in place # If you want something shared from the inside (binding), -# you need "builtin vlc pic" +# you need "builtin vlc" if test "${echo_libs}" = yes; then if test "${echo_builtin}" = yes; then for module in `echo "${builtins}"`; do