Update krb5-config.
commit3ec78180ceabc0454ad8aa8ceb8512f00c3ac01b
authorRoland C. Dowdeswell <elric@imrryr.org>
Wed, 29 Feb 2012 17:27:58 +0000 (29 17:27 +0000)
committerRoland C. Dowdeswell <elric@imrryr.org>
Wed, 29 Feb 2012 17:27:58 +0000 (29 17:27 +0000)
tree06fcd3ce66d9a2b11af78856b685f5964c23e7b6
parenta8c51aa5947f4d51e03f9c35d1e38482ce9d7a7a
Update krb5-config.

We update krb5-config to support --all, --deps, and --vendor.  So,
now if you specify --libs, you will only get those libraries that
are required for dynamic linking.  If you are linking statically,
you must provide --deps.  We also allow multiple libraries to be
specified on the command line for applications that use, say, gssapi
and krb5.  And we elide -L and -I args if they have the prefix=/usr
as that's implied.  We also update the --help output to be a little
more verbose.
tools/krb5-config.in