[geany/geany] 3816e4: Fix Autotools failure requiring README (oops)

Colomban Wendling ban at xxxxx
Sun Oct 9 23:48:17 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/geany/geany

  Commit: 3816e40190c2f5331992f795f297669a399803fb
      https://github.com/geany/geany/commit/3816e40190c2f5331992f795f297669a399803fb
  Author: Colomban Wendling <ban at herbesfolles.org>
  Date:   2011-10-09 (Sun, 09 Oct 2011)

  Changed paths:
    M Makefile.am
  M configure.ac

  Log Message:
  -----------
  Fix Autotools failure requiring README (oops)

Automake requires README to exist by default, but it was renamed to
README.rst recently.  Thus, change Automake strictness to `foreign'
for README to be optional, and distribute README.rst explicitly.

Although `foreign' strictness don't require any of the README, INSTALL,
COPYING, etc. files, it still includes them if available, so the
distribution still includes them.





More information about the Commits mailing list