* README.git: Add some packages needed for building from Git.
* AUTHORS: Updates.
Ian Stewartson (Data Logic Limited)
Tobias Stoeckmann <tobias@stoeckmann.org>
Sergei Trofimovich <siarheit@google.com>
+ Justine Tunney <jtunney@gmail.com>
Marc Ullman <marc@mathworks.com>
Christof Warlich <cwarlich@gmx.de>
Florian Weimer <fweimer@redhat.com>
* autoconf >= 2.69
* automake >= 1.16.1
-* gettext
* autopoint
-* pkg-config
* texinfo (for makeinfo)
+* gettext
+* pkg-config
* GCC
* GNU Make (POSIX make is not sufficient)
To run the tests you must install Perl.
-To build a release you'll need to install lzip.
+To create dist files you will additionally need:
+
+* lzip (to create tar.lz dist files)
+* texlive (or some other TeX package)
GNU Make requires Gnulib to provide some facilities. If you want to maintain
a local installation of gnulib you can set GNULIB_SRCDIR to point to it.
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
-AC_INIT([GNU Make],[4.4],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.4.0.90],[bug-make@gnu.org])
AC_PREREQ([2.69])