diff options
author | gdt <gdt> | 2004-11-22 20:14:33 +0000 |
---|---|---|
committer | gdt <gdt> | 2004-11-22 20:14:33 +0000 |
commit | ec3031bc4af9ddead27557d28f8cc225c1c0c8d2 (patch) | |
tree | 335110ad3e0182597d85ec097885c6abcb50874d | |
parent | cc1e4d8a330b63333025801d4c8aee878cbc1fcf (diff) | |
download | quagga-ec3031bc4af9ddead27557d28f8cc225c1c0c8d2.tar.bz2 quagga-ec3031bc4af9ddead27557d28f8cc225c1c0c8d2.tar.xz |
Note OpenBSD versions (thanks to Gernot W. Schmied).
Note that texinfo is not really needed, since quagga.info is in CVS,
and explain the situation.
-rw-r--r-- | INSTALL.quagga.txt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/INSTALL.quagga.txt b/INSTALL.quagga.txt index 18d3ff6a..f14bbfe1 100644 --- a/INSTALL.quagga.txt +++ b/INSTALL.quagga.txt @@ -46,6 +46,11 @@ should work at least with: libtool: 1.5.6 texinfo: 4.7 +Texinfo is not actually required since quagga.info is checked in. +When texinfo 4.7 is widespread, it will be removed and texinfo will +become required again. (4.7 has figure support, needed for the route +server docs, which is why 4.6 doesn't work.) + To create the required autotools files (Makefile.in, configure, etc.), run either the 'update-autotools' script provided, or else the 'autoreconf -i' command supplied with your autoconf package. After this @@ -64,6 +69,11 @@ The general goal is to use a modern baseline of tools, while not imposing pain on those tracking stable distributions. The notes below explain what versions are present in various environments. -NetBSD pkgsrc provides automake 1.9.1 autoconf 2.59 libtool 1.5.6 NetBSD 1.6.2 and 2.0 provide texinfo 4.6. +NetBSD pkgsrc provides automake 1.9.1 autoconf 2.59 libtool 1.5.6 +NetBSD pgksrc provides texinfo 4.7 (devel/gtexinfo) + +OpenBSD provides texinfo 4.2. +OpenBSD ports provides automake 1.4-p6 autoconf 2.5.9 libtool 1.5.8 + -------------------------------------------------------------------------- |