summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-22 15:02:35 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:11 +0900
commit7141acb4a3a39f601eae10f168758d2af6894597 (patch)
tree51f3970c80452e256b4bb71c1761bac178ed4ad5
parent15405dc8e5c92820346076d58f6d16f718b2ccc1 (diff)
gnu: autoconf: Update to 2.72.
* gnu/packages/autotools.scm (autoconf): Point to autoconf-2.72. * gnu/packages/dbm.scm (bdb-4.8) [native-inputs]: Replace autoconf with autoconf-2.69. Change-Id: Ifa0fdd7bab21aa585e729f4e6ccf8ab15b0f73f3
-rw-r--r--gnu/packages/autotools.scm2
-rw-r--r--gnu/packages/dbm.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index 472af47e0c3..b1efe3a11a0 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -157,7 +157,7 @@ know anything about Autoconf or M4.")
157 (base32 157 (base32
158 "0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s")))))) 158 "0niz4852fgyavfh3gr4h4kzalk01nk70v6vfsja6r3ap349mr25s"))))))
159 159
160(define-public autoconf autoconf-2.69) 160(define-public autoconf autoconf-2.72)
161 161
162(define-public autoconf-2.68 162(define-public autoconf-2.68
163 (package (inherit autoconf) 163 (package (inherit autoconf)
diff --git a/gnu/packages/dbm.scm b/gnu/packages/dbm.scm
index 97b2bded461..0b32b62909d 100644
--- a/gnu/packages/dbm.scm
+++ b/gnu/packages/dbm.scm
@@ -148,7 +148,7 @@
148 (("rm (.*) configure") "") 148 (("rm (.*) configure") "")
149 (("chmod (.*) config.guess(.*)$") "")) 149 (("chmod (.*) config.guess(.*)$") ""))
150 (invoke "sh" "s_config")))))) 150 (invoke "sh" "s_config"))))))
151 (native-inputs (list autoconf automake-1.16.5 libtool)) 151 (native-inputs (list autoconf-2.69 automake-1.16.5 libtool))
152 (synopsis "Berkeley database") 152 (synopsis "Berkeley database")
153 (description 153 (description
154 "Berkeley DB is an embeddable database allowing developers the choice of 154 "Berkeley DB is an embeddable database allowing developers the choice of