* configure.ac: Update for a new release

* README.git: Add some packages needed for building from Git.
* AUTHORS: Updates.
This commit is contained in:
Paul Smith 2022-12-18 14:40:26 -05:00
parent 6164608900
commit a89eef87e6
3 changed files with 8 additions and 4 deletions

View file

@ -94,6 +94,7 @@ Other contributors:
Ian Stewartson (Data Logic Limited) Ian Stewartson (Data Logic Limited)
Tobias Stoeckmann <tobias@stoeckmann.org> Tobias Stoeckmann <tobias@stoeckmann.org>
Sergei Trofimovich <siarheit@google.com> Sergei Trofimovich <siarheit@google.com>
Justine Tunney <jtunney@gmail.com>
Marc Ullman <marc@mathworks.com> Marc Ullman <marc@mathworks.com>
Christof Warlich <cwarlich@gmx.de> Christof Warlich <cwarlich@gmx.de>
Florian Weimer <fweimer@redhat.com> Florian Weimer <fweimer@redhat.com>

View file

@ -88,10 +88,10 @@ need to install the following extra software:
* autoconf >= 2.69 * autoconf >= 2.69
* automake >= 1.16.1 * automake >= 1.16.1
* gettext
* autopoint * autopoint
* pkg-config
* texinfo (for makeinfo) * texinfo (for makeinfo)
* gettext
* pkg-config
* GCC * GCC
* GNU Make (POSIX make is not sufficient) * GNU Make (POSIX make is not sufficient)
@ -99,7 +99,10 @@ And any tools that those utilities require (GNU m4, etc.)
To run the tests you must install Perl. 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 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. a local installation of gnulib you can set GNULIB_SRCDIR to point to it.

View file

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>. # 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]) AC_PREREQ([2.69])