diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-08-01 22:21:09 +0200 |
commit | 8de4131b2ddd11faa3394cf497484563068c9e7a (patch) | |
tree | ed4ed9e586c7236f09c109afdd416dac18ba8cc3 /doc/environment-gdb.scm | |
parent | 15406013fe63f2ab238eec2d7a8adbc586806ac8 (diff) | |
parent | 45b7a8bfda5bde2e2daee4bec0ca092cd719d726 (diff) |
Merge branch 'master' into emacs-team
Diffstat (limited to 'doc/environment-gdb.scm')
-rw-r--r-- | doc/environment-gdb.scm | 2 |
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)))) |