diff options
| author | fanquake <fanquake@gmail.com> | 2023-07-05 11:52:24 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2023-07-18 00:41:15 +0200 |
| commit | 602e32c8e0e36d149e1424d8023a214abd3d34ba (patch) | |
| tree | f38f540c8cc31f78cd186a1c40f3c2cdde0033c2 | |
| parent | 72a0d8350a5edfe7d9e4b9c2665069a16c1cfbfd (diff) | |
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>
| -rw-r--r-- | doc/environment-gdb.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/autotools.scm | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/environment-gdb.scm b/doc/environment-gdb.scm index 0534e594de9..9517200ffdb 100644 --- a/doc/environment-gdb.scm +++ b/doc/environment-gdb.scm | |||
| @@ -9,4 +9,4 @@ | |||
| 9 | (package | 9 | (package |
| 10 | (inherit gdb) | 10 | (inherit gdb) |
| 11 | (native-inputs (modify-inputs (package-native-inputs gdb) | 11 | (native-inputs (modify-inputs (package-native-inputs gdb) |
| 12 | (prepend autoconf-2.64 automake texinfo)))) | 12 | (prepend autoconf-2.69 automake texinfo)))) |
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index fc6bb196f1f..5ffefec4a1f 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm | |||
| @@ -158,7 +158,6 @@ know anything about Autoconf or M4.") | |||
| 158 | "1fjm21k2na07f3vasf288a0zx66lbv0hd3l9bvv3q8p62s3pg569")))))) | 158 | "1fjm21k2na07f3vasf288a0zx66lbv0hd3l9bvv3q8p62s3pg569")))))) |
| 159 | 159 | ||
| 160 | (define-public autoconf-2.64 | 160 | (define-public autoconf-2.64 |
| 161 | ;; As of GDB 7.8, GDB is still developed using this version of Autoconf. | ||
| 162 | (package (inherit autoconf) | 161 | (package (inherit autoconf) |
| 163 | (version "2.64") | 162 | (version "2.64") |
| 164 | (source | 163 | (source |
