summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-18 14:40:26 -0500
committerPaul Smith <psmith@gnu.org>2022-12-18 14:44:17 -0500
commita89eef87e6782179a7ab10824fe0cf3cbe48d3ee (patch)
treef38673fb958fa8346bb342fb8bb41c21ffaf229e
parent6164608900ad5cc882d4d4bf1b7341d45d743bdf (diff)
downloadmake-git-a89eef87e6782179a7ab10824fe0cf3cbe48d3ee.tar.gz
* configure.ac: Update for a new release
* README.git: Add some packages needed for building from Git. * AUTHORS: Updates.
-rw-r--r--AUTHORS1
-rw-r--r--README.git9
-rw-r--r--configure.ac2
3 files changed, 8 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index d4e37dbd..0f0d50ac 100644
--- 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>
diff --git a/README.git b/README.git
index 55a545bf..0fc7a76c 100644
--- a/README.git
+++ b/README.git
@@ -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.
diff --git a/configure.ac b/configure.ac
index 9f688971..c909a362 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])