guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit bc4cb4541c9c51e1f667d095c9d29c56fea8dca4
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Feb 24 07:43:38 2026 +0100

    gnu: bdb-5.3: Update autoconf.
    
    * gnu/packages/dbm.scm (bdb-5.3)[arguments]<#:phases>: Fix phase
    'bootstrap, by removing some edits that are rendered unecessary after
    core updates.
    
    Change-Id: If9f807f613bfaa68bdc7026245154ef7e7596d88
    Signed-off-by: Ludovic Courtès <[email protected]>
    Merges: #6838
---
 gnu/packages/dbm.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 9272ee8af4..0cd510343c 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -113,14 +113,7 @@
                      (for-each (lambda (x)
                                  (install-file x "aclocal"))
                                (find-files "aclocal_java"))
-                     (apply (assq-ref %standard-phases 'bootstrap) arguments)
-                     (let ((automake-files (search-input-directory
-                                            (or native-inputs inputs)
-                                            "share/automake-1.16")))
-                       (define (replace file)
-                         (symlink (string-append automake-files "/" file) 
file))
-                       (for-each replace '("config.sub" "config.guess"
-                                           "install-sh"))))))
+                     (apply (assq-ref %standard-phases 'bootstrap) 
arguments))))
                #$@(if (or (target-arm?)
                           (target-riscv64?))
                       #~((add-after 'unpack 'bdb-configure-patch
@@ -147,7 +140,7 @@
                      (("rm (.*) configure") "")
                      (("chmod (.*) config.guess(.*)$") ""))
                    (invoke "sh" "s_config"))))))
-    (native-inputs (list autoconf-2.69 automake-1.16.5 libtool))
+    (native-inputs (list autoconf automake-1.16.5 libtool))
     (synopsis "Berkeley database")
     (description
      "Berkeley DB is an embeddable database allowing developers the choice of

Reply via email to