summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2025-04-26 12:51:52 -0700
committerPaul Eggert <[email protected]>2025-04-27 23:42:49 -0700
commit49760e9f503fa4f565a086a414e88073defbc947 (patch)
treeb5328efa14057ab80a62cea104da1e688dbe185c
parent33ee12e5878c950dfd5ee230039abc514d936d03 (diff)
downloaddiffutils-49760e9f503fa4f565a086a414e88073defbc947.tar.gz
doc: update Autoconf version
-rw-r--r--README-prereq8
1 files changed, 4 insertions, 4 deletions
diff --git a/README-prereq b/README-prereq
index 72eece7..4e72c37 100644
--- a/README-prereq
+++ b/README-prereq
@@ -24,14 +24,14 @@ too-old versions first as they may be needed to build newer versions.
Here is an example of how to build a program from source. This
example is for Autoconf; a similar approach should work for the other
-developer prerequisites. This example assumes Autoconf 2.71; it
+developer prerequisites. This example assumes Autoconf 2.72; it
should be OK to use a later version of Autoconf, if available.
prefix=$HOME/prefix # (or wherever else you choose)
export PATH=$prefix/bin:$PATH
- wget https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.71.tar.gz
- gzip -d <autoconf-2.71.tar.gz | tar xf -
- cd autoconf-2.71
+ wget https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.72.tar.gz
+ gzip -d <autoconf-2.72.tar.gz | tar xf -
+ cd autoconf-2.72
./configure --prefix=$prefix
make install