[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#42787: [PATCH] README: fix path to INSTALL in git
From: |
Mike Frysinger |
Subject: |
bug#42787: [PATCH] README: fix path to INSTALL in git |
Date: |
Fri, 12 Jan 2024 02:29:22 -0500 |
Fixes libtool bug https://bugs.gnu.org/42787.
The file lives in automake's git, not libtool.
* README.md: Change INSTALL URL to automake.git.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9760bd68c350..1e98863810d1 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ To use Libtool, add the new generic library building commands
to your
`Makefile`, `Makefile.in`, or `Makefile.am`. See the documentation for
details.
-[install]: http://git.savannah.gnu.org/cgit/libtool.git/tree/INSTALL
+[install]: http://git.savannah.gnu.org/cgit/automake.git/tree/INSTALL
[libtool]: http://www.gnu.org/s/libtool
[libtool list]: mailto:libtool@gnu.org
[news]: http://git.savannah.gnu.org/cgit/libtool.git/tree/NEWS
--
2.43.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#42787: [PATCH] README: fix path to INSTALL in git,
Mike Frysinger <=