]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* configure.ac: Update for a new release
authorPaul Smith <psmith@gnu.org>
Sun, 18 Dec 2022 19:40:26 +0000 (14:40 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 18 Dec 2022 19:44:17 +0000 (14:44 -0500)
* README.git: Add some packages needed for building from Git.
* AUTHORS: Updates.

AUTHORS
README.git
configure.ac

diff --git a/AUTHORS b/AUTHORS
index d4e37dbd966ed63cc1b7c019822995560ecdcf1f..0f0d50ac81acd2e205f33935232b89119290554b 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -94,6 +94,7 @@ Other contributors:
   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>
index 55a545bfb9ecdf055e3342de19fa9f2ca65483fe..0fc7a76cc91fc9bf7c1fcf10a0503e38df6cb649 100644 (file)
@@ -88,10 +88,10 @@ need to install the following extra software:
 
 * 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)
 
@@ -99,7 +99,10 @@ And any tools that those utilities require (GNU m4, etc.)
 
 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.
index 9f688971290a740cfee5de2f34789a8162bb89a9..c909a362dd36c518f0754c25f0ed0523193cab0f 100644 (file)
@@ -16,7 +16,7 @@
 # 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])