Avoid some autoreconf -Wall warnings.
commiteb06dd76c9abf946a7e44c846c7e7206d5d94e89
authorEric Blake <ebb9@byu.net>
Sat, 5 Apr 2008 13:09:46 +0000 (5 07:09 -0600)
committerEric Blake <ebb9@byu.net>
Sat, 5 Apr 2008 15:24:18 +0000 (5 09:24 -0600)
treece134e75cd5601a3bad3dded2f401f643fc2512f
parent1fda5799d3763286e53673bb1a0174c6c3518a6c
Avoid some autoreconf -Wall warnings.

* configure.ac: Use proper quoting, to be a good example.
(PACKAGE_NAME): Remove setting covered by autoconf.
(AM_INIT_AUTOMAKE): Bump automake requirement, for html rules.
* doc/Makefile.am (TEXI2DVI): Remove settings covered by
automake.
(html, autoconf_1.html, standards_1.html): Likewise.
(TEXI2HTML, TEXI2HTML_FLAGS): Remove unused macros.
* Makefile.am (html): Likewise.
* doc/autoconf.texi (Quoting and Parameters): Add missing section
name.
* tests/Makefile.am (AUTOMAKE_OPTIONS): Intentionally ignore
warning about our override, until Automake is fixed.
* README-hacking: Document minimum requirements for bootstrap.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
Makefile.am
README-hacking
configure.ac
doc/.gitignore
doc/Makefile.am
doc/autoconf.texi
tests/Makefile.am