Changes between Version 5 and Version 6 of PortingTips


Ignore:
Timestamp:
Feb 16, 2015, 11:03:15 AM (9 years ago)
Author:
dmik
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PortingTips

    v5 v6  
    1414
    1515The 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
     19Some 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.