summaryrefslogtreecommitdiffstats
path: root/compat/diffstat.in
Commit message (Collapse)AuthorAgeFilesLines
* - aclocal.m4: New helper for optional binaries.Jean Delvare2006-10-101-6/+0
| | | | | | - configure.ac: Use the new helper for diffstat and rpmbuild. - compat/diffstat.in: Delete. - compat/rpmbuild.in: Delete.
* - compat/rpmbuild.in: Add a version that tries to execute aAndreas Gruenbacher2006-06-011-2/+4
| | | | | | | | rpmbuild that may have been installed after building quilt. - compat/diffstat.in: Same as for compat/rpmbuild.in, try to execute rpmbuild even though none was there at quilt build time. - aclocal.m4: Fix a quoting error.
* - Use compatibility m4 for diffstat. Correctly diagnose olderAndreas Gruenbacher2005-09-191-0/+4
diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update configure warning message to reflect reality that quilt diff does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).