summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-07-05 11:52:24 +0100
committerLudovic Courtès <ludo@gnu.org>2023-07-18 00:41:15 +0200
commit602e32c8e0e36d149e1424d8023a214abd3d34ba (patch)
treef38f540c8cc31f78cd186a1c40f3c2cdde0033c2 /doc
parent72a0d8350a5edfe7d9e4b9c2665069a16c1cfbfd (diff)
downloadguix-602e32c8e0e36d149e1424d8023a214abd3d34ba.tar.gz
doc: Update GDB "guix shell" example to use autoconf-2.69
* doc/environment-gdb.scm: Change to use autoconf-2.69.
* gnu/packages/autotools.scm: Remove outdated GDB comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/environment-gdb.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/environment-gdb.scm b/doc/environment-gdb.scm
index 0534e594de..9517200ffd 100644
--- a/doc/environment-gdb.scm
+++ b/doc/environment-gdb.scm
@@ -9,4 +9,4 @@
 (package
   (inherit gdb)
   (native-inputs (modify-inputs (package-native-inputs gdb)
-                   (prepend autoconf-2.64 automake texinfo))))
+                   (prepend autoconf-2.69 automake texinfo))))