3 # [Christophe CURIS, 2015/01/31]
4 # This script is now reporting itself as deprecated (this should have been done
5 # a long time ago), so it should be kept for at least 2 years from now in order
6 # to allow users to update their scripts, and then removed.
9 echo "Error: $0 is deprecated, please use 'pkg-config WUtil ...'" >&2
13 while test $# -gt 0; do
16 echo "Warning: $0 is deprecated, please use 'pkg-config WUtil --cflags'" >&2
17 pkg-config WUtil
--cflags
20 echo "Warning: $0 is deprecated, please use 'pkg-config WUtil --libs'" >&2
21 pkg-config WUtil
--libs-only-L
24 echo "Warning: $0 is deprecated, please use 'pkg-config WUtil --libs'" >&2
25 pkg-config WUtil
--libs
28 echo "Error: $0 is deprecated, please use 'pkg-config WUtil ...'" >&2