=head1 NAME

stubby-config - show stubby configuration

=head1 SYNOPSIS

  stubby-config --libs
  stubby-config --template

=head1 DESCRIPTION 

Stubby-config displays information about the configuration of
Stubby. Its most useful mode is to give a list of options that must be
given to the linker to use Stubby-generated code.

=head1 OPTIONS

=over 4

=item --libs

This prints out a list of libraries that Stubby-generated code must be
linked against in order to function. This is usually used as part of a
link rule for a program that utilizes the code.

=item --template

This displays the template that Stubby uses to generate code. It's
not all that useful.

=head1 AUTHOR

Stubby-config and this man page were written by Tom Rothamel
E<lt>tom-stubby@onegeek.orgE<gt>. There is a web page for Stubby available at
http://onegeek.org/~tom/software/stubby/.

=head1 SEE ALSO

L<stubby(1)|stubby(1)>, L<stubby-auto(1)|stubby-auto(1)>