Patrick McCarty 4807cb41f5 configure: address new warning from latest autoreconf
autoreconf from autoconf 2.70 warns that AC_PROG_CC_STDC is obsolete,
recommending to use AC_PROG_CC instead. We already call the latter
macro, and the behavior change appears to have been introduced in
autoconf 2.54 (released 2002-09-13), which is older than our minimum
supported version of 2.66.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-12-30 03:46:48 +00:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2020-12-30 03:35:13 +00:00
2016-11-21 10:50:39 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00
2016-02-16 11:57:55 -08:00

This project is a forked version of BSDiff, as taken from the Chromium project
at SVN Revision 122769. See README.chromium for background on its origins.

Significant changes after the fork include:

- Changing the BSDiff file format to support file owner, group, and permission
  information.
- Adding more robust error handling.
- Adding a new program, bsdump, that outputs BSDiff header information.
- Converting the core functionality into a library, libbsdiff, with public API
  functions make_bsdiff_delta() and apply_bsdiff_delta().
S
Description
No description provided
Readme 2.1 MiB
Languages
C 80%
Shell 9.9%
Makefile 4.8%
M4 3.3%
Perl 2%