diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-03-30 22:59:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-03-30 22:59:53 +0200 |
commit | 84157bb8bf2c610584e0836047da4c710f8eaf76 (patch) | |
tree | be5d8c7238e32802221db55a3ee83e7f6a58affb /gnu/packages/autotools.scm | |
parent | fa63939acba69e11df44073a7eb687bd2ba48349 (diff) | |
parent | 03d0aa8b22223b67ec9bbd363c4d5800efdbaf82 (diff) | |
download | patches-84157bb8bf2c610584e0836047da4c710f8eaf76.tar patches-84157bb8bf2c610584e0836047da4c710f8eaf76.tar.gz |
Merge branch 'master' into core-updates
Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
Diffstat (limited to 'gnu/packages/autotools.scm')
-rw-r--r-- | gnu/packages/autotools.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm index e933973489..e8b087000f 100644 --- a/gnu/packages/autotools.scm +++ b/gnu/packages/autotools.scm @@ -175,7 +175,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\" (base32 "0rfpapadka2023qhy8294ca5awxpb8d4904js6kv7piby5ax8siq")))) (build-system gnu-build-system) - (home-page "https://www.gnu.org/software/autoconf-archive") + (home-page "https://www.gnu.org/software/autoconf-archive/") (synopsis "Collection of freely reusable Autoconf macros") (description "Autoconf Archive is a collection of over 450 new macros for Autoconf, @@ -277,7 +277,7 @@ output is indexed in many ways to simplify browsing.") args))))) (find-files dir ".*")))) %standard-phases)))) - (home-page "http://www.gnu.org/software/automake/") + (home-page "https://www.gnu.org/software/automake/") (synopsis "Making GNU standards-compliant Makefiles") (description "Automake the part of the GNU build system for producing @@ -343,7 +343,7 @@ Makefile, simplifying the entire process for the developer.") presenting a single consistent, portable interface that hides the usual complexity of working with shared libraries across platforms.") (license gpl3+) - (home-page "http://www.gnu.org/software/libtool/"))) + (home-page "https://www.gnu.org/software/libtool/"))) (define-public libltdl ;; This is a libltdl package separate from the libtool package. This is |