Changes between Version 5 and Version 6 of PortingTips
- Timestamp:
- Feb 16, 2015, 12:03:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PortingTips
v5 v6 14 14 15 15 The fix is applied to `iconv.m4` that detects if the `HAVE_ICONV` config.h macro should be set or not. Here is a typical fix: r1023 (originally this: r934). When applied, `configure` and friends need to be regenerated in the source tree and then `configure` needs to be re-run to generate a proper `config.h`. 16 17 === Fix EOLs in git-version-gen === 18 19 Some projects use the `build-aux/git-version-gen` script to define the project version in `configure.ac`. The "stock" version of this script doesn't understand CRLF as line terminators which leads to a corrupt `configure`. The fix is rather simple and can be seen here: r968.