]> git.ipfire.org Git - thirdparty/autoconf.git/commit
INSTALL: convert to '' quoting, drop blank line at end
authorEric Blake <eblake@redhat.com>
Mon, 23 Jan 2012 17:48:03 +0000 (10:48 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 23 Jan 2012 18:30:35 +0000 (11:30 -0700)
commitac8beb00975688cc049035a6d347734bd6416d8a
treea44798bbca84cce9829d8ab2cee3062630ef433a
parentae930c76c77f1ff923ca2c511b101735322bc211
INSTALL: convert to '' quoting, drop blank line at end

This is allowed by recent GNU Coding Standards changes, and
mirrors recent gnulib changes:
https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00267.html
https://lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00298.html

I've confirmed that after these changes, the INSTALL generated and
installed by autoconf matches the INSTALL.ISO in gnulib.

* Makefile.am ($(srcdir)/INSTALL): Match gnulib INSTALL.ISO.

Signed-off-by: Eric Blake <eblake@redhat.com>
Makefile.am