Generate .config files at configure time
Submitted by sam on February 18, 2008 - 3:29pm.
| Project: | The Tao Framework |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | sam |
| Status: | Active |
Description
Our .config files are currently hardcoded. Eg. Tao.FFmpeg.dll.config uses "libavcodec.so.1d" but this library only exists on Debian.
The proper thing to do is to detect these libraries' sonames during configure and generate the .config file from a .config.in file (just like we do for .pc files).
