summaryrefslogtreecommitdiffstats
path: root/rpm_finder.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-0/+203
The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".