guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/12: doc: Update GDB "guix shell" example to use autoconf-2.69


From: guix-commits
Subject: 02/12: doc: Update GDB "guix shell" example to use autoconf-2.69
Date: Mon, 17 Jul 2023 18:45:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 602e32c8e0e36d149e1424d8023a214abd3d34ba
Author: fanquake <fanquake@gmail.com>
AuthorDate: Wed Jul 5 11:52:24 2023 +0100

    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>
---
 doc/environment-gdb.scm    | 2 +-
 gnu/packages/autotools.scm | 1 -
 2 files changed, 1 insertion(+), 2 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))))
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index fc6bb196f1..5ffefec4a1 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -158,7 +158,6 @@ know anything about Autoconf or M4.")
         "1fjm21k2na07f3vasf288a0zx66lbv0hd3l9bvv3q8p62s3pg569"))))))
 
 (define-public autoconf-2.64
-  ;; As of GDB 7.8, GDB is still developed using this version of Autoconf.
   (package (inherit autoconf)
     (version "2.64")
     (source



reply via email to

[Prev in Thread] Current Thread [Next in Thread]