diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-10-29 14:43:17 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-11-02 20:48:53 +1300 |
commit | 59cc1a172ac05f407f36a1c5672a05bff2a14b2d (patch) | |
tree | bac2e1122539bbbfedefbd784aa4b5eb027c8b98 /m4 | |
parent | f11d4d9c1e5663b4c734d1fc04021b35540f0582 (diff) | |
download | crosstool-ng-59cc1a172ac05f407f36a1c5672a05bff2a14b2d.tar.gz crosstool-ng-59cc1a172ac05f407f36a1c5672a05bff2a14b2d.tar.bz2 crosstool-ng-59cc1a172ac05f407f36a1c5672a05bff2a14b2d.zip |
m4/ctng_python.m4: Fix up URL
Seems to be the victim of an overzealous search and replace.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/ctng_python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ctng_python.m4 b/m4/ctng_python.m4 index 5e04f377..7f0c9473 100644 --- a/m4/ctng_python.m4 +++ b/m4/ctng_python.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# Based on: https://www.gnu.org/software/autoconf-archive/ctng_python.html +# Based on: https://www.gnu.org/software/autoconf-archive/ax_python.html # =========================================================================== # # SYNOPSIS |