diff options
| author | Alexander Barton <alex@barton.de> | 2014-03-25 20:27:17 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2014-03-25 20:27:17 +0100 |
| commit | 9e79ed86058c88b1264e4507acbd0ae82f5c1290 (patch) | |
| tree | d820a1f9b7f6bacc7dcdac9be37d956ebf7d4d28 /doc/README-AUX.txt | |
| parent | cdd6b961af5d5858cf75bf35603b46e5bba5a8ff (diff) | |
| download | ngircd-9e79ed86058c88b1264e4507acbd0ae82f5c1290.tar.gz ngircd-9e79ed86058c88b1264e4507acbd0ae82f5c1290.zip | |
Update links to "Arthur" to use the HTTP protocol
Diffstat (limited to 'doc/README-AUX.txt')
| -rw-r--r-- | doc/README-AUX.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/README-AUX.txt b/doc/README-AUX.txt index b5242947..b90c6810 100644 --- a/doc/README-AUX.txt +++ b/doc/README-AUX.txt @@ -22,7 +22,7 @@ The following software packages are needed: - GNU sed Source: http://www.rezepte-im-web.de/appleux/sed-3.02.tar.gz - ftp://arthur.barton.de/pub/unix/aux/tools/sed-3.02.tar.gz + http://arthur.barton.de/pub/unix/aux/tools/sed-3.02.tar.gz A/UX comes with /bin/sed which isn't supporting all functions needed by GNU automake/autoconf. @@ -34,7 +34,7 @@ The following software packages are needed: - libUTIL.a Source: ftp://ftp.mayn.de/pub/really_old_stuff/apple/apple_unix/Sys_stuff/libUTIL-2.1.tar.gz> - ftp://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz + http://arthur.barton.de/pub/unix/aux/libraries/libUTIL-2.1.tar.gz This library contains functions that are common on other UNIX systems but not on A/UX e.g. memmove(), strerror() and strdup(). @@ -50,7 +50,7 @@ A few hints in case of errors: (so 'configure' uses its own shell script) or use a fully functionable one. There's at least one binary "out there" causing problems. The one of the GNU fileutils works fine: - ftp://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz + http://arthur.barton.de/pub/unix/aux/tools/fileutils-4.0.tar.gz - The precompiled binary of the old 'bash' shouldn't be installed within /bin (better do this in /usr/local/bin) because 'configure' would |