dist: don't bother putting README first in $(DIST_COMMON)
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 May 2012 15:30:56 +0000 (17:30 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 3 May 2012 18:29:36 +0000 (20:29 +0200)
commita1241883c9a783077cf51b6fc2f8b7dd4c2c900f
treee7f6650c06ac9ff2810cf96129d863b6f0435d97
parent0fec8df49cf76b50e5ea2d4fafea57c0aed8a90d
dist: don't bother putting README first in $(DIST_COMMON)

Comments on some of our automake-time pre-processing of $(DIST_COMMON)
said that it was done in order to "put README first because it then
becomes easier to make a Usenet-compliant shar file".  But such a
format is hardly relevant anymore, and not worth the (albeit small)
added complexity.

* automake.in (handle_dist): Don't sort @dist_common.
(for_dist_common): Delete this function, is not used anymore.
* lib/am/distdir.am (DISTFILES): Remove obsolete comment.
* t/distcom4.sh: Adjust.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in
lib/am/distdir.am
t/distcom4.sh