I'd like to learn more about how to package my applications and libraries in linux. For instance, how can I make it so that someone can do the usual "./configure; make; make install" to install something? What do I need to do to have my library (a compiled .dll) installed in the GAC when someone does a "configure; make; make install" ?