summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:52 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-10-30 16:19:52 +0900
commit663e92bb3285da04cd4755c1ce1a5976a595059e (patch)
tree83457754c4575c1941c2fb939df56da9e36c1d5d /gnu/packages
parent6878d0da2f166c69a0e27df5d13f271b3451c794 (diff)
Revert "gnu: autoconf: Update to 2.72."
This reverts commit db051f571539c4656908773c334dbee40beea340.
Diffstat (limited to 'gnu/packages')
-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 b1efe3a11a0..472af47e0c3 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.72) 160(define-public autoconf autoconf-2.69)
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 0b32b62909d..97b2bded461 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-2.69 automake-1.16.5 libtool)) 151 (native-inputs (list autoconf 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