8.2. mylibrary-config program
- To have a mylibrary-config script, you need to put it in AC_OUTPUT.
- configure would expect a mylibrary-config.in file to be present, so you'll need to write a template for it there.
- You can look at pre-existing packages such as Freecell Solver or GLib for reference.